mickeyf.docs
    Preparing search index...
    • 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.

      Returns Promise<FractalHost>

      A FractalHost that drives one active animation instance at a time. After dispose(), the returned host must not be used again.