biofriction-wp-theme/node_modules/blob/README.md

22 lines
326 B
Markdown
Raw Permalink Normal View History

2021-10-26 14:18:09 +02:00
# Blob
A cross-browser `Blob` that falls back to `BlobBuilder` when appropriate.
If neither is available, it exports `undefined`.
## Installation
``` bash
$ npm install blob
```
## Example
``` js
var Blob = require('blob');
var b = new Blob(['hi', 'constructing', 'a', 'blob']);
```
## License
MIT