UNPKG

shaku

Version:

A simple and effective JavaScript game development framework that knows its place!

14 lines 412 B
/** * Just an alias to main manager so we can require() this folder as a package. * * |-- copyright and license --| * @module Shaku * @file shaku\src\gfx\index.js * @author Ronen Ness (ronenness@gmail.com | http://ronenness.com) * @copyright (c) 2021 Ronen Ness * @license MIT * |-- end copyright and license --| * */ 'use strict'; module.exports = require('./gfx');