Reputation: 11
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?
Upvotes: 0
Views: 203