clik-engine API
    Preparing search index...

    Type Alias JSONCurve

    type JSONCurve = {
        points: number[];
        type: string;
    }
    Index

    Properties

    Properties

    points: number[]

    The arrays of points like [x1, y1, x2, y2]

    type: string

    The of the curve