Skip to content
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

Byte alignment of resulting zip archive #905

Open
hybridherbst opened this issue Aug 13, 2023 · 0 comments
Open

Byte alignment of resulting zip archive #905

hybridherbst opened this issue Aug 13, 2023 · 0 comments

Comments

@hybridherbst
Copy link

hybridherbst commented Aug 13, 2023

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?

function concat (type, dataArray) {

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant