I'm new to pixi.js and struggling to find a solution in the pixi documents.
I want to use a pixi stage on a canvas within a specific cell in css-grid. In fact, I should like to use different pixi effects in a number of cells in the grid which makes the entire web-page. Is this possible?
All examples seem to add a canvas to the body tag which is not what I need obviously.
I have researched previous questions in here but all seem to refer to earlier versions of pixi.js.
A succint answer would be very much appreciated.
Many thanks
Richard C