Instantiates a PIXI Application, mounts its canvas into container, and returns a host that can
swap/restart a single active fractal animation, apply config patches, and dispose resources.
The canvas is initialized at CANVAS_WIDTH × CANVAS_HEIGHT pixels.
Parameters
container: HTMLElement
Mount point element that will receive the PIXI canvas.
Instantiates a PIXI
Application, mounts its canvas intocontainer, and returns a host that can swap/restart a single active fractal animation, apply config patches, and dispose resources. The canvas is initialized atCANVAS_WIDTH×CANVAS_HEIGHTpixels.