UNPKG

boardcast

Version:

Animation library for tabletop game rules on hex boards with CLI tools and game extensions

10 lines (9 loc) 143 B
import * as r from "./lancer/index.js"; const e = [ "lancer" // Add future games here ]; export { e as AVAILABLE_GAMES, r as Lancer };