extra-blob
v0.1.2
Published
```sh npm install --save extra-blob # or yarn add extra-blob ```
Downloads
1,244
Readme
extra-blob
Install
npm install --save extra-blob
# or
yarn add extra-blob
API
downloadBlob
function downloadBlob(blob: Blob, filename: string): void
openFiles
function openFiles(
options?: {
accept?: string[]
multiple?: boolean
}
): Promise<FileList>
textToBlob
function textToBlob(text: string, mimeType?: string): Blob
blobToDataURL
function blobToDataURL(blob: Blob): Promise<string>