d3-cloud : Generate word clouds in JavaScript.. You can installing d3-cloud 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-cloud $ sudo npm install -g d3-cloud
If want to update the d3-cloud package execute the command as below,
$ sudo npm update d3-cloud
Update package globally,
$ npm install -g d3-cloud
$ sudo git clone https://github.com/rektide/d3-cloud.git
$ sudo npm install -g ./d3-cloud
d3-cloud@1.2.4 /usr/lib/node_modules/d3-cloud
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall d3-cloud
Package Name | d3-cloud |
Version | 1.2.4 |
Description | Generate word clouds in JavaScript. |
Released Date | 2017-01-12T15:54:31.425Z |
Published by | jasondavies |
How to Learn | https://www.npmjs.com/package/d3-cloud/tutorial |