UNPKG

recoder-code

Version:

🚀 AI-powered development platform - Chat with 32+ models, build projects, automate workflows. Free models included!

5 lines • 315 B
import { AnimationFrameAction } from './AnimationFrameAction'; import { AnimationFrameScheduler } from './AnimationFrameScheduler'; export var animationFrameScheduler = new AnimationFrameScheduler(AnimationFrameAction); export var animationFrame = animationFrameScheduler; //# sourceMappingURL=animationFrame.js.map