run-with-fps

v2.1.0
Runs a function with given FPS

run-with-fps

Runs a function with given FPS

Usage

import runWithFPS from 'run-with-fps';

const stop = runWithFPS((delta) => {
  console.log(delta); // ms between prev and current frame
  // draw something here
}, 60);

stop(); // this will stop running
npm i run-with-fps

Metadata

  • MIT
  • Whatever
  • Alexander Lunyov
  • released 11/25/2021

Downloads

Maintainers