MCPcopy
hub / github.com/pmndrs/react-spring / RawPackage

Interface RawPackage

docs/app/data/sandboxes.ts:16–20  ·  view source on GitHub ↗

* Source of truth for the /examples page. * * Each sandbox lives at `demo/src/sandboxes/ /` with a `package.json` * (name, description, keywords) and a `thumbnail.png`. We pull everything in * at build time via Vite's `import.meta.glob` — adding a new sandbox folder * to the demo workspace

Source from the content-addressed store, hash-verified

14 */
15
16interface RawPackage {
17 name?: string
18 description?: string
19 keywords?: string[]
20}
21
22const FOLDER_TO_CSB_ID: Record<string, string | null> = {
23 'animating-auto': 'ucvbf',

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…