UNPKG

@remotion/cli

Version:

Control Remotion features using the `npx remotion` command

3 lines (2 loc) 115 B
export declare const setEntryPoint: (ep: string) => void; export declare const getEntryPoint: () => string | null;