d3-voronoi : Compute the Voronoi diagram of a set of two-dimensional points.. You can installing d3-voronoi npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install d3-voronoi $ sudo npm install -g d3-voronoi
If want to update the d3-voronoi package execute the command as below,
$ sudo npm update d3-voronoi
Update package globally,
$ npm install -g d3-voronoi
$ sudo git clone https://github.com/rektide/d3-voronoi.git
$ sudo npm install -g ./d3-voronoi
d3-voronoi@1.1.2 /usr/lib/node_modules/d3-voronoi
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall d3-voronoi
Package Name | d3-voronoi |
Version | 1.1.2 |
Description | Compute the Voronoi diagram of a set of two-dimensional points. |
Released Date | 2017-03-10T18:23:22.568Z |
Published by | mbostock |
How to Learn | https://www.npmjs.com/package/d3-voronoi/tutorial |