getSvgPathFromPoints
See source codeTurn an array of points into a path of quadradic curves.
function getSvgPathFromPoints(points: VecLike[], closed?: boolean): stringParameters
| Name | Description | 
|---|---|
| 
 | The points returned from perfect-freehand | 
| 
 | Whether the stroke is closed | 
Returns
stringPrev
getSnapshotNext
getUserPreferences