cthackers / adm-zip

A Javascript implementation of zip for nodejs. Allows user to create or extract zip files both in memory or to/from disk
MIT License
1.99k stars 366 forks source link

More compression standards? #476

Open freitagdavid opened 3 months ago

freitagdavid commented 3 months ago

Just out of curiosity is there any interest in supporting other formats besides standard zip, things like LZMA, or bzip? Just wondering I love the idea of doing native compression in js.

cthackers commented 3 months ago

Yes, that would be nice. Unfortunately I don't have to much time to take care of any of that. You're welcome to contribute if you want.