rotemdan / lzutf8.js

A high-performance Javascript string compression library
MIT License
322 stars 26 forks source link

react-native support #30

Closed jcbdev closed 3 years ago

jcbdev commented 3 years ago

Adding reactive native support by switching the 'stream' dependency to the better cross-platform 'readable-stream' library and adding check for missing "document" object in react native environment.

Tests all pass and is working in a react-native production app (also working in nodejs lambdas).