gl-fbo : Frame buffer object wrapper for WebGL. You can installing gl-fbo 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 gl-fbo $ sudo npm install -g gl-fbo
If want to update the gl-fbo package execute the command as below,
$ sudo npm update gl-fbo
Update package globally,
$ npm install -g gl-fbo
$ sudo git clone https://github.com/rektide/gl-fbo.git
$ sudo npm install -g ./gl-fbo
gl-fbo@2.0.5 /usr/lib/node_modules/gl-fbo
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall gl-fbo
Package Name | gl-fbo |
Version | 2.0.5 |
Description | Frame buffer object wrapper for WebGL |
Released Date | 2015-06-10T20:14:24.385Z |
Published by | mikolalysenko |
How to Learn | https://www.npmjs.com/package/gl-fbo/tutorial |