UNPKG

remotion

Version:

Make videos programmatically

6 lines (5 loc) 214 B
import type { OnVideoFrame } from './props'; export declare const useEmitVideoFrame: ({ ref, onVideoFrame, }: { ref: React.RefObject<HTMLVideoElement | null>; onVideoFrame: OnVideoFrame | null; }) => void;