← All plugins

Asset Store

UI / Utility@edv4h/usketch-plugin-asset-store

Content-addressed asset store (Yjs map) for heavy blobs like images; shapes reference assets by id, deduped and synced once.

pnpm add @edv4h/usketch-plugin-asset-store

Overview

Asset Store is part of the uSketch first-party plugin set. Install it alongside your uSketch app and it self-registers on startup.

Usage

import { createApp } from "@edv4h/usketch-core";
import { AssetStorePlugin } from "@edv4h/usketch-plugin-asset-store";

const app = createApp({
  plugins: [
    AssetStorePlugin,
  ],
});

Links