We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41bf5dd commit 0c69544Copy full SHA for 0c69544
unpackager.js
@@ -436,6 +436,9 @@ var unpackage = (function() {
436
437
// Look for various hints that this is an export of the HTML after the project has loaded.
438
if (
439
+ // scratch-render-fonts will add this stylesheet:
440
+ text.includes('<style class="scratch-render-styles"') ||
441
+ // TurboWarp Packager's Scaffolding will add various elements:
442
text.includes('<div class="sc-layers"') ||
443
text.includes('<canvas class="sc-canvas"') ||
444
text.includes('<div class="scratch-render-overlays"') ||
0 commit comments