UNPKG

@remotion/cli

Version:

Control Remotion features using the `npx remotion` command

4 lines (3 loc) 214 B
import type { ProResProfile } from '@remotion/renderer'; export declare const getProResProfile: () => ProResProfile | undefined; export declare const setProResProfile: (profile: ProResProfile | undefined) => void;