micro-raf

1.0.0 • Public • Published

Coveralls – test coverage Travis – build status David – status of dependencies Stability: stable Code style: airbnb

micro-raf

A tiny ponyfill for requestAnimationFrame.

Makes your app testable for just 100 B.





Installation

$ npm install micro-raf

Usage

const raf = require('micro-raf');
 
raf(() => console.log('Next frame!'));

Works in node and browsers.

License

MIT © Studio B12 GmbH

Readme

Keywords

Package Sidebar

Install

npm i micro-raf

Weekly Downloads

2

Version

1.0.0

License

MIT

Last publish

Collaborators

  • tomekwi