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

    Interface DrawAnnotation

    interface DrawAnnotation {
        color: string;
        id: string;
        points: number[];
        strokeWidth: number;
        type: "draw";
    }
    Index
    color: string
    id: string
    points: number[]

    Flat [x1, y1, x2, y2, …] polyline in oriented image coordinates

    strokeWidth: number
    type: "draw"