UNPKG

@remotion/studio

Version:

APIs for interacting with the Remotion Studio

5 lines (4 loc) 121 B
export declare const resizeVideoFrame: ({ frame, scale, }: { frame: VideoFrame; scale: number; }) => VideoFrame;