zimporter-html - v1.0.0
    Preparing search index...

    Class ParticleConverter

    Converts PIXI v5 particle configuration to a simple HTML/CSS-compatible particle description. Identical to the Phaser version — no engine-specific code was required.

    The HTML version does not yet have a particle renderer; this class is provided so that the same scene JSON that works in PIXI / Phaser also compiles and loads cleanly in the HTML build.

    Index

    Constructors

    Methods

    • Converts a PIXI particles v5 config object to a normalised description that can be consumed by an HTML particle renderer.

      Parameters

      • pixiConfig: any

      Returns any