Pull requests and issues are welcome! For all contributions, please:
- Read the Readme
- Search the existing issues and pull requests to make sure your contribution isn't a duplicate
If you're submitting a bug, please include the browser(s) and browser version(s) that you have encountered the bug in.
- Fork the repo on GitHub.
- Install dependencies with
npm install
- Create a topic branch and make your changes.
- Run
gulp
to test your code and compile it to trianglify.min.js. - Submit a pull request to merge your topic branch into
gh-pages
.