juno-console
Version:
Juno is a clean and lightweight 2D game framework written in TypeScript for making tiny HTML5 Games.
18 lines (17 loc) • 600 B
JavaScript
;
/**
* @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}
*/
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
Object.defineProperty(exports, "__esModule", { value: true });
// juno core
__export(require("./core/game"));
__export(require("./core/api"));
__export(require("./core/state"));
// juno polyfills
__export(require("./polyfills/performance.now"));