Documentation
Types
BezierDefinition

BezierDefinition

A BezierDefinition is an array of four numbers that define a cubic bezier curve. The four numbers are the x and y coordinates of the two control points of the curve.

type BezierDefinition = [number, number, number, number];