Skip to content

retrohacker/blob-to-stream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Convert a blob to a stream!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published