juno-console
Version:
Juno is a clean and lightweight 2D game framework written in TypeScript for making tiny HTML5 Games.
18 lines (14 loc) • 480 B
text/typescript
/**
* @author Digitsensitive <digit.sensitivee@gmail.com>
* @copyright 2018 Digitsensitive
* @description Juno: Index
* @license {@link https://github.com/digitsensitive/juno-console/blob/master/license.txt|MIT License}
*/
// juno core
export * from "./core/game";
export * from "./core/api";
export * from "./core/state";
// juno polyfills
export * from "./polyfills/performance.now";
// juno interfaces
export * from "./interfaces/game-config.interface";