SheepTester / htmlifier

The HTMLifier "converts" Scratch 3.0 projects to an HTML file by putting all the project data and the entire Scratch engine into one enormous file
https://sheeptester.github.io/htmlifier/
MIT License
166 stars 79 forks source link

Split large files into multiple data URLs #109

Open SheepTester opened 3 years ago

SheepTester commented 3 years ago

https://scratch.mit.edu/users/Sheep_maker/#comments-152904962

Currently this error occurs because the data URL-ifier can't really handle large Blobs

I think I attempted to fix this in https://github.com/SheepTester/htmlifier/tree/large-file-slices. To avoid the string limit, I'll have to split the string into chunks and them pass them separately to the Blob constructor