ImageEditorOptions
types.ImageEditorOptions
min_width
min_width: number
Defined in
min_height
min_height: number
Defined in
closeAfterSave
closeAfterSave: boolean
Close editor after save image
Defined in
width
width: string
| number
Default dialog width by screen
Defined in
height
height: string
| number
Default dialog height by screen
Defined in
crop
crop: boolean
Show tab cropping
Defined in
resize
resize: boolean
Show tab resizing
Defined in
resizeUseRatio
resizeUseRatio: boolean
Keep aspect ratio on resize
Defined in
resizeMinWidth
resizeMinWidth: number
Minimal width on resize
Defined in
resizeMinHeight
resizeMinHeight: number
Minimal height on resize
Defined in
cropUseRatio
cropUseRatio: boolean
Keep aspect ratio on crop
Defined in
cropDefaultWidth
cropDefaultWidth: string
| number
In the tab, crop the image is displayed not in real size
Defined in
cropDefaultHeight
cropDefaultHeight: string
| number
Defined in
jodit/src/types/types.d.ts:256