UNPKG

scratch-storage

Version:

Load and store project and asset files for Scratch 3.0

8 lines (6 loc) 158 B
const ScratchStorage = require('./ScratchStorage'); /** * Export for use with NPM & Node.js. * @type {ScratchStorage} */ module.exports = ScratchStorage;