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.

5 lines (4 loc) 132 B
/** * Whether or not the browser can play this file as HTML5 Audio */ export declare function canPlayFile(file: string): boolean;