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

If Tried to Output a ZIP File So The Preview doesn't works #115

Closed devashish2024 closed 3 years ago

devashish2024 commented 3 years ago

If Tried to Output a ZIP File So The Preview doesn't works Idea: Try Previewing the Index.html file of ZIP File to work it online!

SheepTester commented 3 years ago

I think instead, it should remove the preview button when downloading as a zip since the zip file can't be previewed in the web page without some service worker magic (which wouldn't work in the offline edition) or modifying the zip file (which would ruin the point of previewing it).

If you want to preview the result, make it output an HTML file instead and click the preview button

devashish2024 commented 3 years ago

ok