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.

7 lines (6 loc) 185 B
export * from './Util'; export * from './Log'; export * from './Observable'; export * from './EasingFunctions'; import * as drawUtil from './DrawUtil'; export { drawUtil as DrawUtil };