UNPKG

@remotion/cli

Version:

Control Remotion features using the `npx remotion` command

6 lines (5 loc) 225 B
import type { ErrorWithStackFrame, LogLevel } from '@remotion/renderer'; export declare const printCodeFrameAndStack: ({ symbolicated, logLevel, }: { symbolicated: ErrorWithStackFrame; logLevel: LogLevel; }) => void;