UNPKG

@remotion/renderer

Version:

Render Remotion videos using Node.js or Bun

8 lines (7 loc) 207 B
import type { DownloadBehavior } from 'remotion'; export type EmittedArtifact = { filename: string; content: string | Uint8Array; frame: number; downloadBehavior: DownloadBehavior | null; };