reactiveweb
    Preparing search index...

    Variable FrameRateConst

    FrameRate: string = ...

    Utility that uses requestAnimationFrame to report how many frames per second the current monitor is rendering at.

    The result is rounded to two decimal places.

    import { FrameRate } from 'reactiveweb/fps';

    <template>
    {{FrameRate}}
    </template>