Interface CurveOptions

Hierarchy

  • CurveOptions

Properties

cps?: {
    x: number;
    y: number;
}[]

Two control points for the bezier curves.

invert?: boolean
position?: string | number
position_end?: string | number
thickness?: number
x_shift?: number
y_shift?: number