UNPKG

remotion

Version:

Render videos in React

9 lines (8 loc) 251 B
import { SpringConfig } from './spring-utils'; export declare function measureSpring({ fps, config, threshold, from, to, }: { fps: number; config?: Partial<SpringConfig>; threshold?: number; from?: number; to?: number; }): number;