UNPKG

@remotion/cli

Version:

Control Remotion features using the `npx remotion` command

5 lines (4 loc) 294 B
export declare const getChromiumDisableWebSecurity: () => boolean; export declare const setChromiumDisableWebSecurity: (should: boolean) => void; export declare const getIgnoreCertificateErrors: () => boolean; export declare const setChromiumIgnoreCertificateErrors: (should: boolean) => void;