fpsmeter icon indicating copy to clipboard operation
fpsmeter copied to clipboard

Sexy, fast, and themable FPS meter.

Results 9 fpsmeter issues
Sort by recently updated
recently updated
newest added

Hi @darsain! Thanks for the wonderful work. I use npm + browserify as a main workflow, and unfortunately I cannot install fpsmeter via npm. There is [fpsmeter](https://www.npmjs.com/package/fpsmeter) package name is...

Hi, is it possible to only get the FPS as return? My goal/idea is, if the FPS drops below a certain value, to stop/disable animations on my website.

Want to use this on html but there is no documentation on even how to use this.

frameID is assigned setTimeout() handle in requestRender() and then cancelAnimationFrame(frameID) is called in pause(). Handles from setTimeout() should not be used with cancelAnimationFrame(). In my case, where I created and...

I have added two new options: 'labelFps' and 'labelMs'. These options allow you to specify a different text for each label. My use case: I have two meters to display...

Could you please add a license file containing the full license text to the source code? That's required by our legal department.

Hi maxFps option seems to be ignored as I set `{ maxFps: 60 }` but it's value exceeds limit ![untitled-2](https://cloud.githubusercontent.com/assets/1753208/13372611/e490d0ca-dd52-11e5-8b4e-5dd1cffb0638.png)

it's faster and doesn't throw JS VM's into unoptimized states.

HI @darsain, I'm Peter from cdnjs.com, I wonder if you would like to add cdn info in the readme or the website? This is the page we provide cdn for...