UNPKG

remotion

Version:

Make videos programmatically

7 lines (6 loc) 204 B
export declare const getOffthreadVideoSource: ({ src, transparent, currentTime, toneMapped, }: { src: string; transparent: boolean; currentTime: number; toneMapped: boolean; }) => string;