# blob

> Abstracts out Blob and uses BlobBuilder in cases where it is supported with any vendor prefix.

Latest version **0.1.0** (published 2020-02-03) · MIT license · 0 weekly downloads

## Install

```sh
npm install blob
pnpm add blob
yarn add blob
bun add blob
```

## Health

**Score 20/100 (F)** — status: abandoned.

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.0 |
| Published | 2020-02-03 |
| First published | 2014-03-04 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 1 |
| Unpacked size | 8.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 2 |
| Maintainers | amitport, rase- |

## Links

- npm: https://www.npmjs.com/package/blob
- Repository: https://github.com/amitport/blob
- Issues: https://github.com/amitport/blob/issues
- npm.io page: https://npm.io/package/blob

## Dependencies (1)

- [esm](https://npm.io/package/esm.md) ^3.2.25

## Recent versions

- 0.1.0 (latest) — 2020-02-03
- 0.0.5 — 2018-10-31
- 0.0.4 — 2014-04-13
- 0.0.3 — 2014-04-13
- 0.0.2 — 2014-03-06
- 0.0.1 — 2014-03-04

## README

# 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

---
_Source: https://npm.io/package/blob · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
