file-saver-all-browsers
v1.0.0
Published
File saver is the solution to saving files on the client-side
Downloads
5
Maintainers
Keywords
Readme
Browserify/Webpack
There are several ways to use Browserify and Webpack. For more information on using these tools, please refer to the corresponding project's documention. In the script, including jQuery will usually look like this...
var fs = require("file-saver-all-browsers");
### Node
To include jQuery in [Node](nodejs.org), first install with npm.
```sh
npm install file-saver-all-browsers