ifps
TypeScript icon, indicating that this package has built-in type declarations

0.1.1 • Public • Published

ifps npm

FPS measurement as async iterable.

Install

$ yarn add ifps

Usage

const iterableFps: AsyncIterable<number>
import { iterableFps } from 'ifps'

for await (const fps of iterableFps) {
  console.log(fps)
}

Dependents (1)

Package Sidebar

Install

npm i ifps

Weekly Downloads

8

Version

0.1.1

License

MIT

Unpacked Size

9.66 kB

Total Files

15

Last publish

Collaborators

  • fosimus
  • psxcode
  • deepsweet