fantasy/main.js

6 lines
115 B
JavaScript

import Shape from "./painting/shape.js"
document.getElementById("main").innerText = "Yep";
let s1 = new Shape();