UNPKG

@remotion/cli

Version:

Control Remotion features using the `npx remotion` command

4 lines (3 loc) 227 B
import type { BrowserExecutable } from '@remotion/renderer'; export declare const setBrowserExecutable: (newBrowserExecutablePath: BrowserExecutable) => void; export declare const getBrowserExecutable: () => BrowserExecutable;