If you've encountered a bug or want to request new functionality, go ahead and file an issue. Please provide as much detail as possible, including a live example, reproduction steps, and debugging steps you've already taken where possible.
- Fork the repo
npm install
- make your additions in
./src
- Do not edit the files in
./browser
. They are built automatically for releases. @bendrucker will have to spend time rebasing your PR and that makes him 😢. - add test units in
./test
npm test
- submit a pull request when all tests pass