README
Pixi-fps
Easy to use fps counter for pixi.js
Works with pixi v5.0.0 or higher For compability with pixi v4.0.0 or higher go with pixi-fps@1.1.3 or higher
Table of Contents
Installation
npm install pixi-fps
Usage
import PixiFps from "pixi-fps";
const fpsCounter = new PixiFps();
stage.addChild(fpsCounter);
Support
Please open an issue for support.
Contributing
Please contribute using Github Flow. Create a branch, add commits, and open a pull request.