This repository has been archived by the owner on Aug 1, 2020. It is now read-only.
v2.0.0
Common
- Supports four modes
- Supports three drag modes
- Improved the experience of cropping
- Makes the crop box's borders and handlers visible when overflow
- Fixed an issue of canvas limitation
- Fixed an issue of cropping
Options
- Added
viewMode
- Added
dragMode
- Renamed
touchDragZoom
tozoomOnTouch
- Renamed
mouseWheelZoom
tozoomOnWheel
- Renamed
doubleClickToggle
totoggleDragModeOnDblclick
- Renamed
checkImageOrigin
tocheckCrossOrigin
- Removed
strict
(supported byviewMode: 1
) - Removed
dragCrop
(supported bydragMode: 'crop'
)
Methods
- Added
moveTo
- Added
zoomTo
- Added
rotateTo
- Added
scaleX
- Added
scaleY
- Improved
getCanvasData
(addednaturalWidth
andnaturalHeight
)
Events
- Improved
zoom
(changedevent.ratio
and addedevent.oldRatio
)