UNPKG

remotion

Version:

Make videos programmatically

7 lines (6 loc) 122 B
export type DownloadBehavior = { type: 'play-in-browser'; } | { type: 'download'; fileName: string | null; };