blob-to-stream

1.0.3 • Public • Published

blob-to-stream Build Status NPM Version NPM Downloads

Convert a Blob to a Stream.

install

npm install blob-to-stream

usage

var toStream = require('blob-to-stream')
 
// Get a Blob somehow...
var blob = new Blob([ new Uint8Array([1, 2, 3]) ], { type: 'application/octet-binary' })
 
toStream(blob).pipe(/* ... */)

License

MIT

Attribution

Derived from blob-to-buffer

Package Sidebar

Install

npm i blob-to-stream

Weekly Downloads

255

Version

1.0.3

License

MIT

Last publish

Collaborators

  • retrohack3r