UNPKG

d3-jsnext

Version:
15 lines (10 loc) 321 B
# voronoi Adapted from http://bl.ocks.org/mbostock/4060366. Open index.html to view. To rebuild bundle.js: ```bash # install rollup and uglify-js globally, if you haven't already npm install -g rollup uglify-js # bundle rollup -i main.js -o bundle.js -f iife # minify uglifyjs -c -m -o bundle.min.js -- bundle.js ```