lerp : bare-bones linear interpolation function. You can installing lerp 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 lerp $ sudo npm install -g lerp
If want to update the lerp package execute the command as below,
$ sudo npm update lerp
Update package globally,
$ npm install -g lerp
$ sudo git clone https://github.com/rektide/lerp.git
$ sudo npm install -g ./lerp
lerp@1.0.3 /usr/lib/node_modules/lerp
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall lerp
Package Name | lerp |
Version | 1.0.3 |
Description | bare-bones linear interpolation function |
Released Date | 2015-01-16T18:55:01.463Z |
Published by | mattdesl |
How to Learn | https://www.npmjs.com/package/lerp/tutorial |