An infinite-canvas shadcn registry — pan, zoom, drag and folder cards, no canvas engine
Register the @canvas registry once, then add items by name:
npx shadcn@latest registry add @canvas=https://canvas.blode.co/r/{name}.jsonInstall everything at once with the all-in-one canvas board:
npx shadcn@latest add @canvas/canvas-boardOr add individual items as you need them:
npx shadcn@latest add @canvas/canvas @canvas/folder-card @canvas/canvas-card @canvas/document-overlayPrefer not to register the namespace? The full URL still works for one-off installs, e.g.
npx shadcn@latest add https://canvas.blode.co/r/canvas-board.json.