UNPKG

@maximeij/css-brickout

Version:

Classic Brickout Game Engine implemented in Typescript and rendered with CSS. No dependencies.

4 lines (3 loc) 192 B
import { BonusConfig, LayoutDefinitionConfig } from '../game'; export declare const BONUSES: Record<string, BonusConfig>; export declare const LAYOUTS: Record<string, LayoutDefinitionConfig>;