An open API service indexing awesome lists of open source software.

https://github.com/bubkoo/dataurl-to-blob

Convert the given dataURL to a Blob.
https://github.com/bubkoo/dataurl-to-blob

Last synced: 9 months ago
JSON representation

Convert the given dataURL to a Blob.

Awesome Lists containing this project

README

          

# dataurl-to-blob

> Convert the given dataURL to a Blob.

## Install

```
$ npm install --save dataurl-to-blob
```

## Usage

```js
var dataURLtoBlob = require('dataurl-to-blob');

dataURLtoBlob(dataURL);
```