UNPKG

@efflore/pulse

Version:

Pulse - scheduled DOM updates, debounced with requestAnimationFrame

8 lines (7 loc) 172 B
/** * @name Pulse * @version 0.9.1 * @author Esther Brunner */ export { type EnqueueDedupe, enqueue, animationFrame } from './lib/pulse'; export * from './lib/update';