UNPKG

@remotion/cli

Version:

Control Remotion features using the `npx remotion` command

7 lines (6 loc) 239 B
import type { CommandLineOptions } from './parse-command-line'; export declare const BooleanFlags: string[]; export declare const parsedCli: CommandLineOptions & { _: string[]; }; export declare const quietFlagProvided: () => boolean;