canvas-image-uploader
Version:
Resize and rotate images by EXIF orientation on the client side during upload. This uses the HTML Canvas element and HTML5 FileReader.
29 lines (28 loc) • 764 B
JSON
{
"name": "canvas-image-uploader",
"version": "1.0.1",
"description": "Resize and rotate images by EXIF orientation on the client side during upload. This uses the HTML Canvas element and HTML5 FileReader.",
"main": "canvas-image-uploader.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ajgarn/CanvasImageUploader.git"
},
"keywords": [
"image",
"exif",
"rotate",
"upload"
],
"author": "Anton Jansson",
"license": "MIT",
"bugs": {
"url": "https://github.com/ajgarn/CanvasImageUploader/issues"
},
"homepage": "https://github.com/ajgarn/CanvasImageUploader#readme",
"dependencies": {
"exif-js": "^2.1.1"
}
}