fabric : Object model for HTML5 canvas, and SVG-to-canvas parser. Backed by jsdom and node-canvas.. You can installing fabric 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 fabric $ sudo npm install -g fabric
If want to update the fabric package execute the command as below,
$ sudo npm update fabric
Update package globally,
$ npm install -g fabric
$ sudo git clone https://github.com/rektide/fabric.git
$ sudo npm install -g ./fabric
fabric@2.0.0-rc.2 /usr/lib/node_modules/fabric
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall fabric
Package Name | fabric |
Version | 2.0.0-rc.2 |
Description | Object model for HTML5 canvas, and SVG-to-canvas parser. Backed by jsdom and node-canvas. |
Released Date | 2017-11-24T19:00:00.685Z |
Published by | asturur |
How to Learn | https://www.npmjs.com/package/fabric/tutorial |