d3-path : Serialize Canvas path commands to SVG.. You can installing d3-path 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-path $ sudo npm install -g d3-path
If want to update the d3-path package execute the command as below,
$ sudo npm update d3-path
Update package globally,
$ npm install -g d3-path
$ sudo git clone https://github.com/rektide/d3-path.git
$ sudo npm install -g ./d3-path
d3-path@1.0.5 /usr/lib/node_modules/d3-path
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall d3-path
Package Name | d3-path |
Version | 1.0.5 |
Description | Serialize Canvas path commands to SVG. |
Released Date | 2017-03-10T17:57:47.208Z |
Published by | mbostock |
How to Learn | https://www.npmjs.com/package/d3-path/tutorial |