React: drop-in
One component, zero config β toolbar, panels, hotkeys, undo, persistence-ready scene model included. This page runs it live:
import { Editor } from "@oh-just-another/editor";
import "@oh-just-another/react-ui/styles.css";
export const App = () => <Editor />;