Decompiler module for Jvavscratch project, converting Scratch SB3 files back to JavaScript code.
- SB3 to JavaScript conversion
- Stage and sprite processing
- Resource file handling
npm install @jvavscratch/decompilerconst decompiler = require('@jvavscratch/decompiler');
// Decompile SB3 to JavaScriptMPL-2.0