JSPM

  • Created
  • Published
  • Downloads 263919
  • Score
    100M100P100Q164812F
  • License MIT

A javascript library for working with Bezier curves

Package Exports

  • bezier-js

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 (bezier-js) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Bezier.js

A node.js and client-side library for (quadratic and cubic) Bezier curve work.

For a Demo and the API, hit up either pomax.github.io/bezierjs or read the souce (./lib for the library code, start at index.js).

Installation

npm install bezier-js

Working on the code

To rebuild, simply use npm test, which runs both the build and tests (which aren't very test-like atm, they just allow you to valid two curves. More to come). For comments and questions, tweet at me or file an issue.

This code is MIT licensed.