UNPKG

scratch-storage

Version:

Load and store project and asset files for Scratch 3.0

15 lines (12 loc) 247 B
/* eslint-env browser */ require('babel-polyfill'); /** * Scratch namespace. * @type {Object} */ self.Scratch = self.Scratch || {}; /** * Export for use on a web page. * @type {ScratchStorage} */ self.Scratch.Storage = require('./index');