Replies: 1 comment
-
Thank you for the kind words :) Basically, I'm not against the idea, but it would require a lot of work to find a way of integrating Zstd into zip.js. For the moment, I don't have the time to tackle this task. Exposing an option for setting a ZIP compression level (for self-extracting or pure ZIP formats) should be relatively easy though. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I usually manually compress the pages saved with SingleFile using Zstd with maximum compression level and getting very good compression ratios very often, obviously it depends on the content, but that is.
Is it feasible to implement zstd compression via this lib https://github.com/bokuweb/zstd-wasm and give user an option to customize the compression level?
Custom compression level could be great even for zip.
Thanks for you incredible addon
Beta Was this translation helpful? Give feedback.
All reactions