-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unzipping and zipping files #34
Comments
Or JSZip is also usable |
It's complicated to choose a library, but I think zip.js uses more web technologies (like webworkers) than jszip. furthermore EPUBReader already uses zip.js, so its performance is acceptable in Firefox OS. By the way, there is an interesting natively API called Archive to read the content of compressed files, but it's not enabled by default x.x |
I finally chose JSZip, because:
|
;) and it seems that the development is more active than zip.js |
+1 good point |
Suggested by Winkelpower:
Unzipping and zipping files.
Maybe by using zip.js from github?
The text was updated successfully, but these errors were encountered: