boardgame-phaser/packages/framework
hypercross 3afe78f54f refactor(framework): allow string ID for GameUI container
Update GameUIOptions to accept either an HTMLElement or a string ID.
If a string is provided, the class will attempt to find the element
by ID or create a new div if it does not exist. Also update the root
property to accept a JSX.Element.
2026-04-19 11:30:14 +08:00
..
src refactor(framework): allow string ID for GameUI container 2026-04-19 11:30:14 +08:00
package.json refactor: clean up 2026-04-04 13:21:44 +08:00
tsconfig.json init: board game phaser start 2026-04-03 15:18:47 +08:00
tsup.config.ts init: board game phaser start 2026-04-03 15:18:47 +08:00
vitest.config.ts chore: add tests 2026-04-04 00:48:44 +08:00