README
wtc-measureFPS
A small class for measuring the FPS at which a page is running. Useful for throttling animations and heavy calculations on potatoes.
Javascript class for measuring page FPS. Useful for throttling or cancelling CPU heavy routines.
<script type="module">
import wtcMeasureFps from 'https://cdn.skypack.dev/wtc-measure-fps';
</script>
A small class for measuring the FPS at which a page is running. Useful for throttling animations and heavy calculations on potatoes.