getSvgPathFromPoints
Turn an array of points into a path of quadratic curves.
function getSvgPathFromPoints(points: VecLike[], closed?: boolean): string;Parameters
| Name | Description |
|---|---|
| The points returned from perfect-freehand |
| Whether the stroke is closed |
Returns
string;Prev
getSvgAsImageNext
getUserPreferences