UNPKG

@remotion/cli

Version:

Control Remotion features using the `npx remotion` command

4 lines (3 loc) 206 B
import type { LogLevel } from '@remotion/renderer'; export declare const BROWSER_COMMAND = "browser"; export declare const browserCommand: (args: string[], logLevel: LogLevel) => Promise<void> | undefined;