UNPKG

@remotion/cli

Version:

Control Remotion features using the `npx remotion` command

8 lines (7 loc) 299 B
export declare const addCommand: ({ remotionRoot, packageManager, packageNames, logLevel, args, }: { remotionRoot: string; packageManager: string | undefined; packageNames: string[]; logLevel: "error" | "info" | "trace" | "verbose" | "warn"; args: string[]; }) => Promise<void>;