UNPKG

@remotion/renderer

Version:

Render Remotion videos using Node.js or Bun

3 lines (2 loc) 246 B
import type { CompositorCommand, CompositorCommandSerialized } from './payloads'; export declare const serializeCommand: <Type extends keyof CompositorCommand>(command: Type, params: CompositorCommand[Type]) => CompositorCommandSerialized<Type>;