foliojs / brotli.js

A JavaScript port of the Brotli compression algorithm, as used in WOFF2
500 stars 51 forks source link

Add note about native zlib module to readme #33

Open tobiasmuehl opened 3 years ago

Xal3ph commented 2 years ago

If you want to use brotli in a library used by both react-native, node, and a browser, this is the only library I've found that can decompress without requiring fs (or using custom react-native pods).

tobiasmuehl commented 2 years ago

Makes sense. The note is for people that only want to use it in node, not in an isomorphic codebase. I can reword it a bit to make it more clear