UNPKG

@remotion/cli

Version:

Control Remotion features using the `npx remotion` command

3 lines (2 loc) 142 B
export declare const setMetadata: (metadata: Record<string, string>) => void; export declare const getMetadata: () => Record<string, string>;