UNPKG

@remotion/cli

Version:

Control Remotion features using the `npx remotion` command

4 lines (3 loc) 262 B
import type { DownloadProgress } from '@remotion/studio-server'; export declare const getFileSizeDownloadBar: (downloaded: number) => string; export declare const makeMultiDownloadProgress: (progresses: DownloadProgress[], totalFrames: number) => string | null;