crop-image
    Preparing search index...
    interface CropImageRef {
        element: HTMLElement | null;
        selection: CropSelection | undefined;
    }
    Index

    Properties

    Properties

    element: HTMLElement | null
    selection: CropSelection | undefined