Repositorio del curso CCOM4030 el semestre B91 del proyecto Artesanías con el Instituto de Cultura

animationFrame.js 319B

12345
  1. import { AnimationFrameAction } from './AnimationFrameAction';
  2. import { AnimationFrameScheduler } from './AnimationFrameScheduler';
  3. export const animationFrameScheduler = new AnimationFrameScheduler(AnimationFrameAction);
  4. export const animationFrame = animationFrameScheduler;
  5. //# sourceMappingURL=animationFrame.js.map