UNPKG

@thi.ng/ramp

Version:

Extensible keyframe interpolation/tweening of arbitrary, nested types

6 lines 233 B
import type { VecAPI } from "./api.js"; export declare const VEC: (size: number) => VecAPI; export declare const VEC2: VecAPI; export declare const VEC3: VecAPI; export declare const VEC4: VecAPI; //# sourceMappingURL=vector.d.ts.map