callbag-animation-frames

2.1.0 • Public • Published
yarn add callbag-animation-frames
const pipe = require("callbag-pipe");
const forEach = require("callbag-for-each");
const animationFrames = require("callbag-animation-frames");
 
pipe(
  animationFrames,
  forEach(highResTimeStamp => {
    // have fun
  })
);

If you're blessed with the pipeline operator:

animationFrames
  |> forEach(highResTimeStamp => {
    // have fun
  });

Learn more

Readme

Keywords

none

Package Sidebar

Install

npm i callbag-animation-frames

Weekly Downloads

9,168

Version

2.1.0

License

MIT

Unpacked Size

3.84 kB

Total Files

6

Last publish

Collaborators

  • aaronshaf
  • andarist