UNPKG

@remotion/renderer

Version:

Render Remotion videos using Node.js or Bun

4 lines (3 loc) 213 B
import type { LogLevel } from './log-level'; export declare const gLibCErrorMessage: (libCString: string) => string | null; export declare const checkRuntimeVersion: (logLevel: LogLevel, indent: boolean) => void;