1.1.2 • Published 4 months ago

@shaman-apprentice/blob-saver v1.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

blob-saver

Lets you download a blob within a browser.

Before you install this library, please think about whether you really need this extra dependency. Maybe one of the following native solutions will work for you:

Example usage

import { saveBlob } from "@shaman-apprentice/blob-saver";

const blob = new Blob(["Hello world"], { type: "text/plain" });
saveBlob("greeting.txt", blob);
1.1.2

4 months ago

1.1.1

4 months ago

1.1.0

6 months ago

1.0.0

6 months ago