@uppy/image-editor
Version:
Image editor and cropping UI
39 lines • 781 B
JSON
{
"name": "@uppy/image-editor",
"description": "Image editor and cropping UI",
"version": "3.3.2",
"license": "MIT",
"main": "lib/index.js",
"style": "dist/style.min.css",
"type": "module",
"keywords": [
"file uploader",
"upload",
"uppy",
"uppy-plugin",
"image editor",
"cropper",
"crop",
"rotate",
"resize"
],
"homepage": "https://uppy.io",
"bugs": {
"url": "https://github.com/transloadit/uppy/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/transloadit/uppy.git"
},
"dependencies": {
"@uppy/utils": "^6.1.3",
"cropperjs": "^1.6.2",
"preact": "^10.5.13"
},
"peerDependencies": {
"@uppy/core": "^4.4.4"
},
"publishConfig": {
"access": "public"
}
}