Hi, thank you for creating this library. I came here from an issue from photopea/UZIP.js photopea/UZIP.js#9 (comment)
But I quickly found out you also made 2 other libraries. That are "unzipit" and "zipup". Which are not based on photopea's UZIP.js implementation. I think they are based on "yauzl" and "yazl" libraries.
I have few questions for you:
- Is "uzip-module" library depreacted in favor of "unzipit" and "zipup"? If yes, what was the reason for leaving photopea's UZIP.js implmentation and creating 2 separate libraries for zipping and unzipping?
- I like photopea's UZIP.js library because it is very small and good performance. Are "unzipit" and "zipup" also small and have good performance compared to UZIP.js?
- Would you be interested in a PR to "uzip-module"? I have created a typescript port of UZIP.js. Which has proper tree shakablity and built-in type inference, etc. This typescript port was created using GPT-5.4 and code reviewed by Opus 4.6.
And I have fixed some bugs too like
Later we can add documention for uzip-module in github.io if you want.
Hi, thank you for creating this library. I came here from an issue from photopea/UZIP.js photopea/UZIP.js#9 (comment)
But I quickly found out you also made 2 other libraries. That are "unzipit" and "zipup". Which are not based on photopea's UZIP.js implementation. I think they are based on "yauzl" and "yazl" libraries.
I have few questions for you:
And I have fixed some bugs too like
Later we can add documention for uzip-module in github.io if you want.