UNPKG

scratch-gui

Version:

GraphicaL User Interface for creating and running Scratch 3.0 projects

10 lines (9 loc) 140 B
module.exports = { extends: ['scratch'], // no ES6 env: { worker: true }, globals: { Scratch: true } };