## scratch-vm ## Installation ```bash npm install scratch-vm ``` ## Setup ```js var VirtualMachine = require('scratch-vm'); var vm = new VirtualMachine(); // Block events // UI events // Listen for events ``` ## Standalone Build ```bash make build ``` ```html ``` ## Testing ```bash make test ``` ```bash make coverage ``` ```bash make benchmark ```