@nextcloud/image-editor
    Preparing search index...

    Interface EditorState

    interface EditorState {
        adjustments: Adjustments;
        annotations: Annotation[];
        crop: Rect | null;
        fineRotation: number;
        flipX: boolean;
        flipY: boolean;
        preset: FilterPreset;
        rotation: Rotation;
        zoom: number;
    }
    Index
    adjustments: Adjustments
    annotations: Annotation[]
    crop: Rect | null

    Crop rectangle in oriented image coordinates, null meaning uncropped

    fineRotation: number

    Additional free rotation in degrees, -45 to 45

    flipX: boolean
    flipY: boolean
    preset: FilterPreset
    rotation: Rotation
    zoom: number

    Center zoom factor, 1 or greater