UNPKG

@remotion/cli

Version:

Control Remotion features using the `npx remotion` command

6 lines (5 loc) 254 B
import type { ErrorWithStackFrame } from '@remotion/renderer'; export declare const printCodeFrameAndStack: ({ symbolicated, logLevel, }: { symbolicated: ErrorWithStackFrame; logLevel: "error" | "info" | "trace" | "verbose" | "warn"; }) => void;