Does anyone know how to use the CanvasRenderer class ( https://photonstorm.github.io/phaser3-docs/Phaser.Renderer.Canvas.CanvasRenderer.html )?
I would like to do things like easily resize canvas, modify canvas background-color, etc - without having to use directly html5 canvas API. Is it possible?