wesleytodd / blob-the-builder

A wrapper for using the Blob constructor api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blob The Builder

A wrapper around the Blob constructor and BlobBuilder API. Convience for building blobs in the most cross browser way.

To see a real example run the example with npm run example and open http://localhost:8080 in your browser.

Usage:

var Blob = require('blob-the-builder');

var b = Blob(['IMAGE DATA'], {
	mimeType: 'image/jpeg'
});

About

A wrapper for using the Blob constructor api


Languages

Language:JavaScript 91.2%Language:HTML 8.8%