gl : Creates a WebGL context without a window. You can installing gl 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 $ sudo npm install -g gl
If want to update the gl package execute the command as below,
$ sudo npm update gl
Update package globally,
$ npm install -g gl
$ sudo git clone https://github.com/rektide/gl.git
$ sudo npm install -g ./gl
gl@4.0.4 /usr/lib/node_modules/gl
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall gl
Package Name | gl |
Version | 4.0.4 |
Description | Creates a WebGL context without a window |
Released Date | 2017-07-07T16:03:22.713Z |
Published by | mourner |
How to Learn | https://www.npmjs.com/package/gl/tutorial |