raphael : JavaScript Vector Library. You can installing raphael 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 raphael $ sudo npm install -g raphael
If want to update the raphael package execute the command as below,
$ sudo npm update raphael
Update package globally,
$ npm install -g raphael
$ sudo git clone https://github.com/rektide/raphael.git
$ sudo npm install -g ./raphael
raphael@2.2.7 /usr/lib/node_modules/raphael
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall raphael
| Package Name | raphael |
| Version | 2.2.7 |
| Description | JavaScript Vector Library |
| Released Date | 2016-11-12T00:10:23.332Z |
| Published by | talabes |
| How to Learn | https://www.npmjs.com/package/raphael/tutorial |