is the convenience wrapper that owns a renderer, a root Container, a canvas, and the Ticker/Resize plugins. In v8 the constructor takes no arguments; all configuration is passed to the async call which instantiates the renderer via . Quick Start Related skills: (renderers, render pipeline), (render loop detail), (working with ), (non-browser setups). Core Patterns Lifecycle: construct, init, render, destroy - allocates the instance but creates nothing. Options passed here are ignored with a v8 deprecation warning. - is async. It builds the renderer, wires up plugins, and must complete before…