You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is not (yet) possible to do that. I have a patch to add this feature but I won't be available for the next week so I'll create the pull request after that (but you can get the patch / build JSZip if you whish).
This commit adds a new option, `compressionOptions`. If it contains a field
`level`, it is used by the DEFLATE compression to set the compression level :
6 by default or any level between 1 (best speed) and 9 (best compression).
FixStuk#165.
Is it possible to specify the compression level?
If so, how can I achieve that?
The text was updated successfully, but these errors were encountered: