This repository has been archived by the owner on Aug 1, 2020. It is now read-only.
v3.1.0
- Added 4 new options to
getCroppedCanvas
method:minWidth
,minHeight
,maxWidth
andmaxHeight
. - Enhanced image scaling: the
scaleX
andscaleY
values should only be1
or-1
before, but now they can be any numbers. - Improved crop box resizing behaviour in the northeast, northwest, southeast and southwest directions.