Appearance
Svelte
Integrate Ogma into a Svelte application. There is no dedicated wrapper package — instead you lazily initialise Ogma inside a Svelte component (via a use: action) and drive it from your shared state. The tutorial below walks through a Svelte + Vite + TS setup that adds nodes on button clicks.
- Step-by-step guide: Using Ogma with Svelte
- Framework docs: svelte.dev/docs
This integration has no live playground here — Ogma is distributed through our download center. Follow the guide above to get started.