UNPKG

juno-console

Version:

Juno is a clean and lightweight 2D game framework written in TypeScript for making tiny HTML5 Games.

12 lines (11 loc) 427 B
/** * @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} */ export * from "./core/game"; export * from "./core/api"; export * from "./core/state"; export * from "./polyfills/performance.now"; export * from "./interfaces/game-config.interface";