html2canvas : Screenshots with JavaScript. You can installing html2canvas 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 html2canvas $ sudo npm install -g html2canvas
If want to update the html2canvas package execute the command as below,
$ sudo npm update html2canvas
Update package globally,
$ npm install -g html2canvas
$ sudo git clone https://github.com/rektide/html2canvas.git
$ sudo npm install -g ./html2canvas
html2canvas@0.5.0-beta4 /usr/lib/node_modules/html2canvas
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall html2canvas
Package Name | html2canvas |
Version | 0.5.0-beta4 |
Description | Screenshots with JavaScript |
Released Date | 2016-01-23T20:34:40.148Z |
Published by | niklasvh |
How to Learn | https://www.npmjs.com/package/html2canvas/tutorial |