shaku
Version:
A simple and effective JavaScript game development framework that knows its place!
15 lines • 396 B
JavaScript
/**
* Entry point for the Shaku module.
*
* |-- copyright and license --|
* @module Shaku
* @file shaku\src\index.js
* @author Ronen Ness (ronenness@gmail.com | http://ronenness.com)
* @copyright (c) 2021 Ronen Ness
* @license MIT
* |-- end copyright and license --|
*
*/
;
global.Shaku = require('./shaku');
module.exports = global.Shaku;