This package browser is in early development. Mind the rough edges.

js-filesaver

HTML5 saveAs() FileSaver implementation

FileSaver.js implements the saveAs() FileSaver interface in browsers that do not natively support it.

FileSaver.js is the solution to saving files on the client-side, and is perfect for webapps that need to generate files, or for saving sensitive information that shouldn't be sent to an external server.

Installation

Install the latest version of js-filesaver as follows:

guix install js-filesaver

Or install a particular version:

guix install js-filesaver@1.3.8

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of js-filesaver about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/js-filesaver'><img src='https://packages.guix.gnu.org/packages/js-filesaver/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/js-filesaver/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/js-filesaver)

Example Org:

[[https://packages.guix.gnu.org/packages/js-filesaver][https://packages.guix.gnu.org/packages/js-filesaver/badges/latest-version.svg]]