svg.js : A lightweight library for manipulating and animating SVG.. You can installing svg.js 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 svg.js $ sudo npm install -g svg.js
If want to update the svg.js package execute the command as below,
$ sudo npm update svg.js
Update package globally,
$ npm install -g svg.js
$ sudo git clone https://github.com/rektide/svg.js.git
$ sudo npm install -g ./svg.js
svg.js@2.6.3 /usr/lib/node_modules/svg.js
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall svg.js
| Package Name | svg.js |
| Version | 2.6.3 |
| Description | A lightweight library for manipulating and animating SVG. |
| Released Date | 2017-07-21T12:53:03.503Z |
| Published by | fuzzyma |
| How to Learn | https://www.npmjs.com/package/svg.js/tutorial |