UNPKG

remotion

Version:

Make videos programmatically

6 lines (5 loc) 169 B
export declare const validateFrame: ({ allowFloats, durationInFrames, frame, }: { frame: number; durationInFrames: number; allowFloats: boolean; }) => void;