import "./styles/main.css"; import { render } from "solid-js/web"; import { App } from "./App"; // === Coordinate Transformations === // TODO: canvas to system coordinates and the other way render(() => , document.body);