UNPKG

@erikyuzwa/rogue-punk

Version:

a JavaScript library to help you build your roguelike adventures

6 lines (5 loc) 92 B
export interface StageOptions { id?: string; width?: number; height?: number; }