gildas-lormeau / zip.js

JavaScript library to zip and unzip files supporting multi-core compression, compression streams, zip64, split files and encryption.
https://gildas-lormeau.github.io/zip.js
BSD 3-Clause "New" or "Revised" License
3.33k stars 506 forks source link

Zipreaderstream example #510

Closed jespertheend closed 2 months ago

jespertheend commented 2 months ago

Fixes #509

I opted to remove the part that recompresses each file because I felt like this example is meant to focus on unzipping rather than recompressing, and this might prevent some confusion.

gildas-lormeau commented 2 months ago

That's fine for me. I agree that the example should stick to the essentials for greater clarity.

Thank you very much for your contribution :)