UNPKG

@remotion/cli

Version:

Control Remotion features using the `npx remotion` command

5 lines (4 loc) 177 B
type UserAgent = string | null; export declare const setChromiumUserAgent: (newAgent: UserAgent) => void; export declare const getChromiumUserAgent: () => UserAgent; export {};