UNPKG

remotion

Version:

Render videos in React

4 lines (3 loc) 215 B
import { FrameRange } from './frame-range'; export declare const setImageSequence: (newImageSequence: boolean) => void; export declare const getShouldOutputImageSequence: (frameRange: FrameRange | null) => boolean;