packager: The code that downloads and packages projects. p4: The Svelte website for the packager. "p4" is the name that the packager uses internally to refer to itself. scaffolding: A minimal Scratch project player. Handles most of the boring details of running Scratch projects like handling...
PenguinMod-PackagerPublicForked fromTurboWarp/packager Converts Scratch projects into HTML files, zip archives, or executable programs for Windows, macOS, and Linux. JavaScript0Apache-2.014411UpdatedOct 20, 2024 PenguinMod-ExtensionsGalleryPublic
PenguinMod-PackagerPublicForked fromPenguinMod/PenguinMod-Packager Converts Scratch projects into HTML files, zip archives, or executable programs for Windows, macOS, and Linux. JavaScript0Apache-2.015100UpdatedAug 15, 2024 PenguinMod-PaintPublicForked fromPenguinMod/PenguinMod-Paint ...
// used for packager if (this.runtime.extensionRuntimeOptions.javascriptUnsandboxed === true || this.runningEditorUnsandboxed) { let result; @@ -152,22 +152,22 @@ class jgJavascript { } // blocks javascriptStack(args) { javascriptStack(args, util, realBlockInfo) { const code = Cast.to...