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.

8 lines (7 loc) 177 B
/** * Internal class used to build instances of AudioContext */ export declare class AudioContextFactory { private static _INSTANCE?; static create(): AudioContext; }