fpscounter
v1.0.0
Published
A fps counter for browsers.
Downloads
4
Readme
fpscounter
A fps counter for browsers
Useage
npm install fpscounterimport 'fpscounter';
console.log(window.fpsCounter.fps);
fps.counter.stop();
fps.counter.start();Polyfill
window.requestAnimationFrame and window.cancelAnimationFrame may not supported by some browsers.
You can use import 'fpscounter/polyfill'; to polyfill it manually.
