UNPKG

@maximeij/css-brickout

Version:

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

4 lines (3 loc) 165 B
import { GameObject } from '../game'; export declare function formatObjectTitle(object: GameObject): string; export declare function msToString(ms: number): string;