UNPKG

@remotion/cli

Version:

Control Remotion features using the `npx remotion` command

3 lines (2 loc) 116 B
export declare const overrideWidth: (newWidth: number) => void; export declare const getWidth: () => number | null;