Opal-Estate-Pro/node_modules/blob/README.md
2019-09-13 11:27:52 +07:00

22 lines
326 B
Markdown
Executable File

# 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