UNPKG

@remotion/cli

Version:

Control Remotion features using the `npx remotion` command

4 lines (3 loc) 196 B
import type { LogLevel } from '@remotion/renderer'; import type { VideoConfig } from 'remotion'; export declare const printCompositions: (compositions: VideoConfig[], logLevel: LogLevel) => void;