UNPKG

@remotion/cli

Version:

Control Remotion features using the `npx remotion` command

4 lines (3 loc) 166 B
import type { LogLevel } from '@remotion/renderer'; export declare const GPU_COMMAND = "gpu"; export declare const gpuCommand: (logLevel: LogLevel) => Promise<void>;