UNPKG

@remotion/renderer

Version:

Render Remotion videos using Node.js or Bun

6 lines (5 loc) 238 B
type PerfId = 'capture' | 'extract-frame' | 'piping'; export declare const startPerfMeasure: (marker: PerfId) => number; export declare const stopPerfMeasure: (id: number) => void; export declare const getPerf: () => string[]; export {};