2.0.1 • Published 5 years ago

pixi-fps v2.0.1

Weekly downloads
131
License
MIT
Repository
github
Last release
5 years ago

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

npm.io

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.

2.0.1

5 years ago

2.0.0

5 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago

0.3.0

6 years ago

0.2.0

6 years ago

0.1.0

6 years ago