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

    Interface ArrowAnnotation

    interface ArrowAnnotation {
        color: string;
        id: string;
        points: [number, number, number, number];
        strokeWidth: number;
        type: "arrow";
    }
    Index
    color: string
    id: string
    points: [number, number, number, number]

    [fromX, fromY, toX, toY] in oriented image coordinates

    strokeWidth: number
    type: "arrow"