UNPKG

@qier-player/danmaku

Version:

Powerful danmaku, support many features.

3 lines (2 loc) 244 B
export declare const requestAnimationFrame: ((callback: FrameRequestCallback) => number) & typeof globalThis.requestAnimationFrame; export declare const cancelAnimationFrame: ((handle: number) => void) & typeof globalThis.cancelAnimationFrame;