UNPKG

fps-indicator

Version:

Tiny fps meter with customizable colors

8 lines (5 loc) 141 B
const createFps = require('./'); let fps = createFps('bottom-right'); setTimeout(() => { fps.element.style.color = 'red' }, 1000);