Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
cINAWGD
/
skribd
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
skribd
/
src
/
object
/
Image.js
rkwyu
First commit
f6f0c71
11 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
159 Bytes
class
Image
{
constructor
(
path, width, height
) {
this
.
path
= path
this
.
width
= width
this
.
height
= height
}
}
export
{
Image
}