diff --git a/README.md b/README.md index c6f9efa..437fc14 100644 --- a/README.md +++ b/README.md @@ -254,6 +254,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 740e858..7072017 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bytescale/upload-widget-react", - "version": "4.13.0", + "version": "4.14.0", "author": "Bytescale (https://www.bytescale.com)", "description": "React File Upload UI Widget — Lightweight & supports: drag and drop, multiple uploads, image cropping, customization & more 🚀 Comes with Cloud Storage 🌐", "license": "MIT",