1 2 3 4 5
import { TabloidPlayground } from "./playground.js"; document.addEventListener("DOMContentLoaded", () => { new TabloidPlayground(); });