Skip to content
This repository has been archived by the owner on Apr 24, 2021. It is now read-only.

yordan-kanchelov/pixi-fps

Repository files navigation

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.

Releases

No releases published

Packages

No packages published