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

/callbag-animation-frames/

    Package Sidebar

    Install

    npm i callbag-animation-frames

    Weekly Downloads

    3,214

    Version

    2.1.0

    License

    MIT

    Unpacked Size

    3.84 kB

    Total Files

    6

    Last publish

    Collaborators

    • aaronshaf
    • andarist