UNPKG

@remotion/cli

Version:

Control Remotion features using the `npx remotion` command

4 lines (3 loc) 175 B
import type { LogLevel } from '@remotion/renderer'; export declare const ENSURE_COMMAND = "ensure"; export declare const ensureCommand: (logLevel: LogLevel) => Promise<void>;