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.
- Host: GitHub
- URL: https://github.com/bubkoo/dataurl-to-blob
- Owner: bubkoo
- License: mit
- Created: 2016-07-08T07:10:55.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-12-21T00:55:31.000Z (over 7 years ago)
- Last Synced: 2025-06-15T20:24:11.221Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 3.91 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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);
```