import Editor from "./editor.mjs"; window.addEventListener("load", () => { const editor = new Editor() window.editor = editor })