UNPKG

excalibur

Version:

Excalibur.js is a simple JavaScript game engine with TypeScript bindings for making 2D games in HTML5 Canvas. Our mission is to make web game development as simple as possible.

6 lines (5 loc) 142 B
export declare class GraphicsDiagnostics { static DrawCallCount: number; static DrawnImagesCount: number; static clear(): void; }