1.0.3 • Published 2 years ago

fps-detector v1.0.3

Weekly downloads
-
License
-
Repository
github
Last release
2 years ago

fps-detector

A tool to display FPS in real time for detecting JS performance.

Install

npm i fps-detector

Online Demo

https://cenfun.github.io/fps-detector

Usage

import FPSDetector from 'fps-detector';
new FPSDetector('.fps-detector', {
    width: 120,
    height: 30
});

see preview/index.html

CDN Usage

<script src="https://cdn.jsdelivr.net/npm/fps-detector@latest/dist/fps-detector.js"></script>

<div class="fps-detector"></div>
<script>
    const FPSDetector = window['fps-detector'].FPSDetector;
    new FPSDetector('.fps-detector');
</script> 
1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago