simplify
v1.0.0
Published
path simplfication utility
Downloads
351
Readme
Simplify
Path smoothing component, a fork of simplify-js.
Installation
$ component install component/simplify
API
simplify(points, [tolerance], [highestQuality])
Simplify the given points
, an array of objects with .x
and .y
properties, with the given tolerance
defaulting to 1
.
License
BSD