Transform stream JavaScript for the browser

272 Views Asked by At

I have a file that makes use of the library through2 to handle transform streams. The only problem with this library is that it doesn't run on the browser. Is there a library I can use that does something similar to through2 and runs on the client? Otherwise, what's the best way to tackle this problem? Any help is appreciated. Thanks!

0

There are 0 best solutions below