UNPKG

@thi.ng/ramp

Version:

Extensible keyframe interpolation/tweening of arbitrary, nested types

3 lines 221 B
import type { Frame, IReadonlyRamp } from "./api.js"; export declare const __samples: <T>(ramp: IReadonlyRamp<T>, n: number, start?: number, end?: number) => IterableIterator<Frame<T>>; //# sourceMappingURL=utils.d.ts.map