UNPKG

led-canvas

Version:

Lightweight led board implemented with canvas

7 lines (5 loc) 241 B
"use strict"; var animationFrame = window.requestAnimationFrame || window.webkitRequestAnimationFrame || window.mozRequestAnimationFrame || function (callback) { window.setTimeout(callback, 1000 / 60); }; module.exports = animationFrame;