crop-image
Preparing search index...
@imazen/crop-image-core
CropAction
Type Alias CropAction
CropAction
:
|
{
selection
:
CropSelection
;
type
:
"SET_SELECTION"
}
|
{
handle
:
DragHandle
;
point
:
{
x
:
number
;
y
:
number
}
;
selection
:
CropSelection
;
type
:
"DRAG_START"
;
}
|
{
point
:
{
x
:
number
;
y
:
number
}
;
type
:
"DRAG_MOVE"
}
|
{
type
:
"DRAG_END"
}
|
{
point
:
{
x
:
number
;
y
:
number
}
;
type
:
"NEW_SELECTION_START"
}
|
{
type
:
"RESET"
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
crop-image
Loading...