Files
rustpad/static/js/pad.js
T
2026-07-25 18:56:41 +02:00

5 lines
148 B
JavaScript

import { createPadAdapter } from "@rustpad/note-api";
import { startNoteEditor } from "@rustpad/note-editor";
startNoteEditor(createPadAdapter());