UNPKG

@cran/vue.use

Version:

Cranberry Vue Use Utilities

5 lines (4 loc) 192 B
import { useRepeat } from "./useRepeat"; export function useRaf(handler, { paused = false, } = {}) { return useRepeat(requestAnimationFrame, cancelAnimationFrame, handler, { paused, }); }