Used in examples to export a d3node instance to html, svg, & png files
npm install d3node-outputconstoutput=require('d3node-output')constvoronoi=require('d3node-voronoi');constdata=newArray(99);// crop your png to a custom size// defaults to the size of your svg if not definedconstoptions={width: 100,height: 200};// output files to /dist diroutput('./dist/myVoronoi',voronoi(data),options,callback);- Heroku: set buildpack to: https://github.com/mikeraimondi/heroku-buildpack-google-chrome
- AWS Lambda: tbd
- Azure functions: tbd
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature - Commit your changes:
git commit -am 'Add some feature' - Push to the branch:
git push origin my-new-feature - Submit a pull request :D