class TileEditor extends HTMLCanvasElement { constructor() { super(); } } customElements.define("tairu-tile-editor", TileEditor)