Open tobiasmuehl opened 3 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).
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
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).