Files
story-studio/remotion/node_modules/@remotion/cli/dist/config/chromium-flags.d.ts
2026-02-21 10:33:18 +01:00

5 lines
294 B
TypeScript

export declare const getChromiumDisableWebSecurity: () => boolean;
export declare const setChromiumDisableWebSecurity: (should: boolean) => void;
export declare const getIgnoreCertificateErrors: () => boolean;
export declare const setChromiumIgnoreCertificateErrors: (should: boolean) => void;