crop-image
Preparing search index...
@imazen/crop-image-svelte
CropImageProps
Interface CropImageProps
interface
CropImageProps
{
adapter
?:
"generic"
|
"imageflow"
|
"imageresizer"
;
"aspect-ratio"
?:
string
;
"aspect-ratios"
?:
string
;
disabled
?:
boolean
;
"edge-snap"
?:
string
;
"even-padding"
?:
boolean
;
"max-height"
?:
string
;
"max-width"
?:
string
;
"max-zoom"
?:
string
;
"min-height"
?:
string
;
"min-width"
?:
string
;
mode
?:
"crop"
|
"crop-pad"
;
name
?:
string
;
shape
?:
"rect"
|
"circle"
;
"snap-threshold"
?:
string
;
src
:
string
;
value
?:
string
;
}
Index
Properties
adapter?
aspect-
ratio?
aspect-
ratios?
disabled?
edge-
snap?
even-
padding?
max-
height?
max-
width?
max-
zoom?
min-
height?
min-
width?
mode?
name?
shape?
snap-
threshold?
src
value?
Properties
Optional
adapter
adapter
?:
"generic"
|
"imageflow"
|
"imageresizer"
Optional
aspect-
ratio
"aspect-ratio"
?:
string
Optional
aspect-
ratios
"aspect-ratios"
?:
string
Optional
disabled
disabled
?:
boolean
Optional
edge-
snap
"edge-snap"
?:
string
Optional
even-
padding
"even-padding"
?:
boolean
Optional
max-
height
"max-height"
?:
string
Optional
max-
width
"max-width"
?:
string
Optional
max-
zoom
"max-zoom"
?:
string
Optional
min-
height
"min-height"
?:
string
Optional
min-
width
"min-width"
?:
string
Optional
mode
mode
?:
"crop"
|
"crop-pad"
Optional
name
name
?:
string
Optional
shape
shape
?:
"rect"
|
"circle"
Optional
snap-
threshold
"snap-threshold"
?:
string
src
src
:
string
Optional
value
value
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
adapter
aspect-
ratio
aspect-
ratios
disabled
edge-
snap
even-
padding
max-
height
max-
width
max-
zoom
min-
height
min-
width
mode
name
shape
snap-
threshold
src
value
crop-image
Loading...