I want to read the contents of zip files, let a user change some of their contents on a webpage (via canvas and textarea), and give the changed .zip back via data:uri (and probably Downloadify)
So far, I have found:
- LoadZIP (unzipping, idk if that’s the proper name)
- js-unzip (unzipping, obviously. Also, i like LoadZIP’s API waay better.)
- jszip (zipping)
But none of these supports both, i.e. unzipping, partial change, rezipping.
The overhead isn’t too bad, I guess, but I wonder if there is any glue library or one that suppports both ways itself.