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

1.0.2 • Public • Published

page-fps

Inject fps indicator into your page.

npm npm gzip

Install

npm i --save page-fps

Usage

  • Code usage
import PF from 'page-fps';

const pf = new PF();

// start
pf.start();

// stop
pf.stop();
  • Script usage

Just import dist/entry.min.js into your document with script tag.

License

MIT

Package Sidebar

Install

npm i page-fps

Weekly Downloads

2

Version

1.0.2

License

MIT

Unpacked Size

19.2 kB

Total Files

19

Last publish

Collaborators

  • atool