UNPKG

@remotion/cli

Version:

Control Remotion features using the `npx remotion` command

3 lines (2 loc) 162 B
export declare const ENSURE_COMMAND = "ensure"; export declare const ensureCommand: (logLevel: "error" | "info" | "trace" | "verbose" | "warn") => Promise<void>;