Skip to content

Releases: thelucre/beziyay

Updating babel because of lodash security risk

24 Jul 04:12
Compare
Choose a tag to compare
  • updating babel because of lodash security issue 821a85d

v1.0.2...v1.0.4

v1.0.2 - IE10 Compat

24 Jul 03:56
Compare
Choose a tag to compare
  • transpiling for IE 10 compat 77f37e5

v1.0.1...v1.0.2

v1.0.1

16 Jun 03:12
Compare
Choose a tag to compare
  • removing rounding of control point values 95192d0

v1.0.0...v1.0.1

v1

16 Jun 03:06
Compare
Choose a tag to compare
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

  • removing bad deps and using yarn lock b3cbaff
  • using dist files for main 40e311f
  • added build files and methods for SVG or raw control points 1043bb2
  • init 887355f

2fdb7b8...v1.0.0