Made to work along with gitfiti, you can draw with this tool and then export the data and use it with gitfiti.
##Usage
- Paste the code in the console of any github profile page which has the contributions graph
- Start drawing!
Left click
to increment the color,right click
to clear the cell,clear
button to clear everything! Dragging also works! - Once you're happy you can export the data by typing
ContributionsDraw.export()
into the console. - Or if you want you can also import existing data with
ContributionsDraw.import([...])
NOTE: This is developed for and tested in Chrome, other browsers might not support yet some ES6 stuff, you might need to compile it to ES5.