ifps
v0.1.1
Published
FPS measurement as async iterable
Readme
ifps 
FPS measurement as async iterable.
Install
$ yarn add ifpsUsage
const iterableFps: AsyncIterable<number>import { iterableFps } from 'ifps'
for await (const fps of iterableFps) {
console.log(fps)
}