README
@barusu/util-blob
Install
npm
npm install --save @barusu/util-blobyarn
yarn add @barusu/util-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