raf-loop : a minimal requestAnimationFrame render loop. You can installing raf-loop 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 raf-loop $ sudo npm install -g raf-loop
If want to update the raf-loop package execute the command as below,
$ sudo npm update raf-loop
Update package globally,
$ npm install -g raf-loop
$ sudo git clone https://github.com/rektide/raf-loop.git
$ sudo npm install -g ./raf-loop
raf-loop@1.1.3 /usr/lib/node_modules/raf-loop
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall raf-loop
| Package Name | raf-loop |
| Version | 1.1.3 |
| Description | a minimal requestAnimationFrame render loop |
| Released Date | 2015-05-29T20:22:40.997Z |
| Published by | mattdesl |
| How to Learn | https://www.npmjs.com/package/raf-loop/tutorial |