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