UNPKG

@remotion/cli

Version:

Control Remotion features using the `npx remotion` command

4 lines (3 loc) 225 B
import type { FrameRange } from '@remotion/renderer'; export declare const setImageSequence: (newImageSequence: boolean) => void; export declare const getShouldOutputImageSequence: (frameRange: FrameRange | null) => boolean;