A tool to display FPS in real time for detecting JS performance
npm install fps-detectorsh
npm i fps-detector
`
Online Demo
https://cenfun.github.io/fps-detector
Usage
`js
import FPSDetector from 'fps-detector';
new FPSDetector('.fps-detector', {
width: 120,
height: 30
});
`
see preview/index.html
CDN Usage
`html
``