victor : A JavaScript 2D vector class with methods for common vector operations. You can installing victor 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 victor $ sudo npm install -g victor
If want to update the victor package execute the command as below,
$ sudo npm update victor
Update package globally,
$ npm install -g victor
$ sudo git clone https://github.com/rektide/victor.git
$ sudo npm install -g ./victor
victor@1.1.0 /usr/lib/node_modules/victor
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall victor
| Package Name | victor |
| Version | 1.1.0 |
| Description | A JavaScript 2D vector class with methods for common vector operations |
| Released Date | 2015-08-31T13:52:16.054Z |
| Published by | maxkueng |
| How to Learn | https://www.npmjs.com/package/victor/tutorial |