SmartToolFactory / Compose-Cropper

🚀🏞✂️ Image cropper that can crop with static, dynamic crop behavior, can use customizable shapes, vectors, and other png files as mask to crop with various customizations
MIT License
331 stars 47 forks source link

Added minimum dimension crop property #18

Closed Nimrodda closed 1 year ago

Nimrodda commented 1 year ago

Added an option to set minimum crop dimension. Defaults to the existing implementation where minimum dimension is handleSize * 2.

In the video demo below, the minimum dimension was set to 600 x 400.

https://github.com/SmartToolFactory/Compose-Cropper/assets/149684/bb0a6b0d-6883-4bdc-a4f9-a076fa37ff65

Nimrodda commented 1 year ago

I rebased this branch. Please review 🙏