UNPKG
fps-indicator
Version:
latest (1.3.0)
1.3.0
1.2.1
1.2.0
1.1.2
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0
Tiny fps meter with customizable colors
github.com/dy/fps-indicator
dy/fps-indicator
fps-indicator
/
test.js
8 lines
(5 loc)
•
141 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
const
createFps =
require
(
'./'
);
let
fps =
createFps
(
'bottom-right'
);
setTimeout
(
() =>
{ fps.
element
.
style
.
color
=
'red'
},
1000
);