Title here
Summary here
bun add @wetron/react@wetron/react -> @wetron/core -> all parser packages. One command installs the renderer, core, and all five format parsers.
Peer dependencies you must install separately:
bun add react react-dom @xyflow/react @phosphor-icons/react @base-ui/reactImport the stylesheet once in your entry point:
import "@wetron/react/styles.css";bun add @wetron/sveltePeer dependencies:
bun add svelte @xyflow/svelte phosphor-svelteIf you only need parsing - custom rendering, server-side analysis, or testing:
bun add @wetron/coreThis pulls in all parser packages as transitive dependencies.
| Peer | Minimum |
|---|---|
| react | 18 |
| @xyflow/react | 12 |
| @phosphor-icons/react | 2 |
| @base-ui/react | 1 |
| svelte | 5 |
| @xyflow/svelte | 1.5 |
| phosphor-svelte | 3 |