diff --git a/README.md b/README.md index b5dc2ac..fdb4a42 100644 --- a/README.md +++ b/README.md @@ -279,6 +279,7 @@ const options = { tags: ["profile_picture"], // Requires a Bytescale account. editor: { images: { + allowResizeOnMove: true, // True by default. If false, prevents cropper from resizing when moved. preview: true, // True by default if cropping is enabled. Previews PDFs and videos too. crop: true, // True by default. cropFilePath: image => { // Choose the file path used for JSON image crop files. diff --git a/package.json b/package.json index 38f674e..88f2292 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bytescale/upload-widget-vue", - "version": "4.9.0", + "version": "4.10.0", "author": "Bytescale (https://www.bytescale.com)", "description": "Vue File Upload UI Widget — Lightweight & supports: drag and drop, multiple uploads, image cropping, customization & more 🚀 Comes with Cloud Storage 🌐", "license": "MIT",