Interface CurveOptions

Hierarchy

  • CurveOptions

Properties

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

Two control points for the bezier curves.

Type declaration

  • x: number
  • y: number
invert?: boolean
position?: string | number
positionEnd?: string | number
thickness?: number
xShift?: number
yShift?: number