phaser get canvas width code example
Example: phaser game height
const config = {
width: 200,
height: 200
}
let game = new Phaser.Game(config);
const config = {
width: 200,
height: 200
}
let game = new Phaser.Game(config);