/fps

JavaScript library for display the frames per second.

Primary LanguageJavaScriptMIT LicenseMIT

fps

A lightweight JavaScript library for display the frames per second. No dependencies.

Usage

var fps = new FPS();
fps.start();

Bookmarklet

javascript:(function(){var script=document.createElement('script');script.onload=function(){var fps=new FPS();fps.start();};script.src='//rawgit.com/bornbit/fps/master/dist/fps.min.js';document.head.appendChild(script);})()

Demo

License

MIT License