File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ A Node-style writable stream for [HTML5 Blobs](https://developer.mozilla.org/en-
4
4
mostly useful in [ Browserify] ( http://browserify.org/ ) . Allows you to take the output of any Node stream,
5
5
and turn it into a Blob or Blob URL for opening in the browser, uploading to a server, etc.
6
6
7
+ If you don't want to use Browserify, you can also
8
+ [ download a prebuilt version] ( https://github.com/devongovett/blob-stream/releases ) of the library.
9
+
7
10
[ ![ browser support] ( https://ci.testling.com/devongovett/blob-stream.png )
8
11
] ( https://ci.testling.com/devongovett/blob-stream )
9
12
Original file line number Diff line number Diff line change 7
7
"test" : " test"
8
8
},
9
9
"scripts" : {
10
- "test" : " browserify test/index.js | testling"
10
+ "test" : " browserify test/index.js | testling" ,
11
+ "build" : " browserify --standalone blobStream . -o blob-stream.js"
11
12
},
12
13
"repository" : {
13
14
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments