Pixi-fps
Easy to use fps counter for pixi.js
Works with pixi v4 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.