scratch-storage
Version:
Load and store project and asset files for Scratch 3.0
12 lines (11 loc) • 355 B
TypeScript
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 };