8000 GitHub - stavenko/bezierjs: A nodejs and client-side library for (cubic) Bezier curve work
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
forked from Pomax/bezierjs

A nodejs and client-side library for (cubic) Bezier curve work

Notifications You must be signed in to change notification settings

stavenko/bezierjs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A nodejs and client-side library for (cubic) Bezier curve work

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 72.9%
  • HTML 25.2%
  • CSS 1.9%
0