Releases: thelucre/beziyay
Releases · thelucre/beziyay
Updating babel because of lodash security risk
- updating babel because of lodash security issue 821a85d
v1.0.2 - IE10 Compat
- transpiling for IE 10 compat 77f37e5
v1.0.1
v1
Added two primary functions, each taking an array of coordinate tuples:
getSVGPath(points)
: which will return a d
attribute string for a<path>
element.
getControlPoints(points)
: which will return an array of raw control point tuples for canvas drawing