getSvgPathFromPoints
See source codeTurn an array of points into a path of quadradic 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
getSnapshotNext
getUserPreferences