import { render } from "solid-js/web"; import { Excalidraw } from "@excalidraw/excalidraw"; function App() { return (

Excalidraw Example

); } render(() => , document.getElementById("root"));