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 0d37b19 commit 7792865Copy full SHA for 7792865
README.md
@@ -46,9 +46,13 @@ const run = async () => {
46
logCallback: (message) => {
47
console.log(message);
48
},
49
+
50
+ // Different runtimes support different features. A project that is invalid in Scratch might
51
+ // be valid for another runtime. This lets you control which runtime sb3fix targets.
52
// Values: 'scratch' (default), 'turbowarp'
53
platform: 'scratch'
54
};
55
56
// To use the above options, just supply as the second argument when you call sb3fix:
57
await sb3fix.fixZip(brokenZip, options);
58
sb3fix.fixJSON(brokenJSON, options);
0 commit comments