UNPKG

@remotion/cli

Version:

Control Remotion features using the `npx remotion` command

3 lines (2 loc) 183 B
import type { VideoConfig } from 'remotion'; export declare const printCompositions: (compositions: VideoConfig[], logLevel: "error" | "info" | "trace" | "verbose" | "warn") => void;