UNPKG

@remotion/cli

Version:

Control Remotion features using the `npx remotion` command

5 lines (4 loc) 160 B
import type { LogLevel } from '@remotion/renderer'; export declare const shouldUseNonOverlayingLogger: ({ logLevel, }: { logLevel: LogLevel; }) => boolean;