UNPKG

scratch-storage

Version:

Load and store project and asset files for Scratch 3.0

20 lines (17 loc) 388 B
import {ScratchStorage} from './ScratchStorage'; import Asset, {AssetId} from './Asset'; import {AssetType} from './AssetType'; import {DataFormat} from './DataFormat'; import Helper from './Helper'; export { /** * Export for use with NPM & Node.js. * @type {ScratchStorage} */ ScratchStorage, Asset, AssetId, AssetType, DataFormat, Helper };