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

    Interface BoxAnnotation

    interface BoxAnnotation {
        color: string;
        id: string;
        rect: Rect;
        rotation: number;
        strokeWidth: number;
        type: "rectangle" | "ellipse";
    }
    Index
    color: string
    id: string
    rect: Rect

    The shape's local frame: rotation pivots on the rect's top-left

    rotation: number

    Clockwise degrees around the rect's top-left corner

    strokeWidth: number
    type: "rectangle" | "ellipse"