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) 222 B
export * from './Clonable'; export * from './Audio'; export * from './AudioImplementation'; export * from './Evented'; export * from './Loadable'; export * from './LifecycleEvents'; export * from './PointerEventHandlers';