ease-component : Easing functions (for canvas etc). You can installing ease-component 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 ease-component $ sudo npm install -g ease-component
If want to update the ease-component package execute the command as below,
$ sudo npm update ease-component
Update package globally,
$ npm install -g ease-component
$ sudo git clone https://github.com/rektide/ease-component.git
$ sudo npm install -g ./ease-component
ease-component@1.0.0 /usr/lib/node_modules/ease-component
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall ease-component
Package Name | ease-component |
Version | 1.0.0 |
Description | Easing functions (for canvas etc) |
Released Date | 2013-03-25T19:41:21.992Z |
Published by | tjholowaychuk |
How to Learn | https://www.npmjs.com/package/ease-component/tutorial |