Skip to content
/ fps Public

JavaScript library for display the frames per second.

License

Notifications You must be signed in to change notification settings

bornbit/fps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

JavaScript library for display the frames per second.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published