file-saver-all-browsers

File saver is the solution to saving files on the client-side

Usage no npm install needed!

<script type="module">
  import fileSaverAllBrowsers from 'https://cdn.skypack.dev/file-saver-all-browsers';
</script>

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