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) 200 B
export * from './Transition'; export * from './FadeInOut'; export * from './CrossFade'; export * from './Slide'; export * from './Director'; export * from './Loader'; export * from './DefaultLoader';