UNPKG

phaser

Version:

A fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers.

23 lines (17 loc) 439 B
/** * @author Richard Davey <rich@photonstorm.com> * @copyright 2020 Photon Storm Ltd. * @license {@link https://opensource.org/licenses/MIT|MIT License} */ /** * @namespace Phaser.Renderer */ /** * @namespace Phaser.Types.Renderer */ module.exports = { Canvas: require('./canvas'), Events: require('./events'), Snapshot: require('./snapshot'), WebGL: require('./webgl') };