Package Exports
- unitbezier
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (unitbezier) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
unitbezier
Unit bezier interpolation function: a port to JavaScript from Webkit:
http://svn.webkit.org/repository/webkit/trunk/Source/WebCore/platform/graphics/UnitBezier.h
api
new UnitBezier(p1x, p1y, p2x, p2y)
Initialize a new bezier curve given the points