crop-image
    Preparing search index...

    Interaction state for the crop UI.

    interface CropState {
        activeHandle: DragHandle | null;
        dragStartPoint: { x: number; y: number } | null;
        dragStartSelection: CropSelection | null;
        selection: CropSelection;
    }
    Index

    Properties

    activeHandle: DragHandle | null
    dragStartPoint: { x: number; y: number } | null
    dragStartSelection: CropSelection | null
    selection: CropSelection