mirror of
https://github.com/photonstorm/phaser
synced 2024-12-23 11:33:28 +00:00
6 lines
131 B
JavaScript
6 lines
131 B
JavaScript
module.exports = {
|
|
|
|
renderCanvas: require('./GraphicsCanvasRenderer'),
|
|
renderWebGL: require('./GraphicsWebGLRenderer')
|
|
|
|
};
|