const app = new PIXI.Application({ height:800, width:800, view:document.getElementById('my-canvas') })
<canvas id="my-canvas"></canvas>