UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

8 lines 322 B
/** * Wraps a function in {@link window.requestAnimationFrame} * @param {function} original * @param {*} [thisArg] * @returns {function} proxy which will call the original at most once per frame */ export function frameThrottle(original: Function, thisArg?: any): Function; //# sourceMappingURL=FrameThrottle.d.ts.map