browser-filesaver : Cross-browser implementation of W3C saveAs API. You can installing browser-filesaver 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 browser-filesaver $ sudo npm install -g browser-filesaver
If want to update the browser-filesaver package execute the command as below,
$ sudo npm update browser-filesaver
Update package globally,
$ npm install -g browser-filesaver
$ sudo git clone https://github.com/rektide/browser-filesaver.git
$ sudo npm install -g ./browser-filesaver
browser-filesaver@1.1.1 /usr/lib/node_modules/browser-filesaver
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall browser-filesaver
Package Name | browser-filesaver |
Version | 1.1.1 |
Description | Cross-browser implementation of W3C saveAs API |
Released Date | 2016-03-29T15:23:16.952Z |
Published by | tmpvar |
How to Learn | https://www.npmjs.com/package/browser-filesaver/tutorial |