• Stars
    star
    1,096
  • Rank 42,298 (Top 0.9 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created over 10 years ago
  • Updated about 9 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Documentation

![Gitter](https://badges.gitter.im/Join Chat.svg)

Contribution & Build

The source is under the lib dir, do your changes to the files under that directory. The build should NOT be changed by hand, because browserify will override your changes.

To build the src:

  • cd to the project root directory
  • First install the dependencies by running $ npm install
  • $ npm run build
  • And that's it!