Fast and simple FPS meter for React. Renders to a canvas element and uses requestAnimationFrame to update the FPS counter.
npm install @overengineering/fps-meterFast and simple FPS meter for React. Renders to a canvas element and uses requestAnimationFrame to update the FPS counter.
``sh`
pnpm add @overengineering/fps-meter
`tsx
import React from 'react'
import { FPSMeter } from '@overengineering/fps-meter'
export const MyApp: React.FC = () => {
return (