phaser/src/renderer/snapshot/index.js
2020-01-15 12:07:09 +00:00

16 lines
327 B
JavaScript

/**
* @author Richard Davey <rich@photonstorm.com>
* @copyright 2020 Photon Storm Ltd.
* @license {@link https://opensource.org/licenses/MIT|MIT License}
*/
/**
* @namespace Phaser.Renderer.Snapshot
*/
module.exports = {
Canvas: require('./CanvasSnapshot'),
WebGL: require('./WebGLSnapshot')
};