Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 426 Bytes

File metadata and controls

27 lines (17 loc) · 426 Bytes

@jvavscratch/decompiler

Decompiler module for Jvavscratch project, converting Scratch SB3 files back to JavaScript code.

Features

  • SB3 to JavaScript conversion
  • Stage and sprite processing
  • Resource file handling

Installation

npm install @jvavscratch/decompiler

Usage

const decompiler = require('@jvavscratch/decompiler');

// Decompile SB3 to JavaScript

License

MPL-2.0