You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
602 B
30 lines
602 B
{ |
|
"name": "use-image", |
|
"version": "1.1.4", |
|
"description": "Custom React Hook for loading images.", |
|
"main": "index.js", |
|
"files": [ |
|
"index.js", |
|
"index.d.ts" |
|
], |
|
"scripts": {}, |
|
"repository": { |
|
"type": "git", |
|
"url": "https://github.com/konvajs/use-image.git" |
|
}, |
|
"keywords": [ |
|
"react", |
|
"react-hooks", |
|
"canvas", |
|
"image" |
|
], |
|
"license": "MIT", |
|
"bugs": { |
|
"url": "https://github.com/konvajs/use-image/issues" |
|
}, |
|
"homepage": "https://github.com/konvajs/use-image/", |
|
"peerDependencies": { |
|
"react": ">=16.8.0", |
|
"react-dom": ">=16.8.0" |
|
} |
|
}
|
|
|