getSvgPathFromPoints
Public function
Turn an array of points into a path of quadradic curves.
Signature
function getSvgPathFromPoints(points: VecLike[], closed?: boolean): string
Parameters
Name | Description |
---|---|
|
The points returned from perfect-freehand |
|
Whether the stroke is closed |
Returns
string
References
Source