2.3.9 • Published 5 months ago

@guanghechen/dom-blob v2.3.9

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

Utilities for processing blob objects (i.e., download / create).

Install

  • npm

    npm install --save @guanghechen/dom-blob
  • yarn

    yarn add @guanghechen/dom-blob

Usage

  • convertDataURLToBlob(dataURL: string): Blob: Creates and returns a blob from a data URL (either base64 encoded or not).
  • downloadBlob(blob: Blob, filename: string): void: emit a download task in browser.
2.3.8

6 months ago

2.3.7

7 months ago

2.3.9

5 months ago

2.3.2

10 months ago

2.3.4

9 months ago

2.3.3

10 months ago

2.3.6

9 months ago

2.3.5

9 months ago

2.3.0

12 months ago

2.3.1

11 months ago

2.2.7

1 year ago

2.2.6

1 year ago

2.2.5

1 year ago

2.2.4

1 year ago