UNPKG

better-npm-init

Version:

A better version of npm init, with templates and more. Usage: better-npm-init <template> [--yarn] [--install] [--git] [--yes] [--help]

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