cartogram
v2.5.1
Published
WebGL graphics engine
Downloads
15
Keywords
Readme
Roadmap
- Make the repo usable across various module systems
- Remove dependence on threeJS, backbone, underscore, requirejs, etc
- Add ReactJS bindings
Development Workflow
We prefer to use yarn
instead of npm
, however you can stil use npm
commands by doing npm run {command}
instead of yarn {command}
Install
git clone [email protected]:eventbrite/cartogram.git
cd cartogram
yarn
Development
- Run
yarn watch:dev
- Go to
http://localhost:8081/examples/interactive.html
- Make changes locally and refresh the link above to test your changes.
All examples are listed under the examples
folder.
Contribution
Open PRs and tag reviewers to review