Turn an array of points into a path of quadradic curves.
function getSvgPathFromPoints(points: VecLike[], closed?: boolean): string
Parameters
Name | Description |
---|
points
| The points returned from perfect-freehand |
closed
| Whether the stroke is closed |
Returns
We use cookies on this website.
Learn more in our Cookie Policy.