@armathai/pixi-stats
TypeScript icon, indicating that this package has built-in type declarations

3.1.0 • Public • Published

npm version styled with prettier

pixi-stats

Pixi Performance Monitor (Textures, Draw Calls) for WebGL applications. Uses stats.js under the hood.

Install

$ npm install @armathai/pixi-stats # for npm users
$ yarn add @armathai/pixi-stats # for yarn users

Using

import from '@armathai/pixi-stats';

class Game extends PIXI.Application {
    public constructor() {
        super({ resizeTo: window, backgroundColor: 0xcdcdcd });
        document.body.appendChild(this.view);
        document.body.appendChild(this.stats.dom);
        this.ticker.add(() => {
            this.stats.update();
        });
    }
}

Package Sidebar

Install

npm i @armathai/pixi-stats

Weekly Downloads

15

Version

3.1.0

License

MIT

Unpacked Size

18.6 kB

Total Files

10

Last publish

Collaborators

  • artur_musheghyan
  • avagyanah
  • saqsun