@cluion/sigil-store-json
v0.11.0
Published
Sigil ProjectStore — in-memory JSON import/export adapter
Maintainers
Readme
@cluion/sigil-store-json
JsonProjectStore:記憶體ProjectStore,exportJSON/importJSONMemoryAssetStore:記憶體AssetStore,支援upload
pnpm add @cluion/sigil-store-jsonimport { MemoryAssetStore } from '@cluion/sigil-store-json'
const assets = new MemoryAssetStore([
{ id: '1', url: 'https://placehold.co/120', name: 'demo' },
])
createApp({ mount: '#app', assets })License
MIT
