UNPKG

@remotion/cli

Version:

Control Remotion features using the `npx remotion` command

6 lines (5 loc) 180 B
import type { LogLevel } from '@remotion/renderer'; export declare const checkForNpmRunFlagPass: ({ indent, logLevel, }: { indent: boolean; logLevel: LogLevel; }) => void;