I have this pixi.js code that does what it should do: draw a rectangle.
var stage, renderer, graphics; (function () {
However, in the console, I get a statement
You do not need to use a PIXI Stage any more, you can simply render any container.
How should I do the same without using PIXI.Stage() ?
Betaide
source share