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
Some formats (e.g. USDZ, which is a uncompressed zip) have specific byte alignment constraints, namely that files start at 64-byte boundaries. (see USDZ docs)
I'm able to generate ZIP files using jszip just fine, but I can't find a way to enforce these boundaries. Is there one? If not, please consider this a feature request :)
Some formats (e.g. USDZ, which is a uncompressed zip) have specific byte alignment constraints, namely that files start at 64-byte boundaries. (see USDZ docs)
I'm able to generate ZIP files using jszip just fine, but I can't find a way to enforce these boundaries. Is there one? If not, please consider this a feature request :)
Edit: guess that would go here?
jszip/lib/stream/StreamHelper.js
Line 46 in 2ceb998
The text was updated successfully, but these errors were encountered: