Color of resize/rotate border, handle and icon
Whether image crop is disabled. @default false
Whether image rotate is disabled. @default false
Whether side resizing (single direction resizing) is disabled. @default false
Selector of the image that allows editing
Minimum resize/crop height
Minimum degree increase/decrease when rotate image. Pressing SHIFT key when rotate will ignore this value and rotate by any degree with mouse moving
Minimum resize/crop width
Which operations will be executed when image is selected
Whether preserve width/height ratio when resize Pressing SHIFT key when resize will for preserve ratio even this value is set to false
Optional callback to resolve an image src into a canvas-safe URL (e.g., a data URL).
Use this when the original image source (e.g., cid: protocol URLs) cannot be drawn on a canvas.
Return undefined to keep the original source.
If you need to map the edited URL back to the original protocol, handle the editImage
event and replace the new src as appropriate.
Generated using TypeDoc
Options for customize ImageEdit plugin