extract lzx files in the browser

137 views Asked by At

I am trying to make a CHM reader in JavaScript. I am trying to find way to extract data out of the LZX compression format that will work in most browsers. I also don't want to use a server-side API, because this program is supposed to work offline. Does anybody know a way to do this?

0

There are 0 answers