Files
story-studio/remotion/node_modules/@remotion/cli/dist/config/image-sequence.d.ts
2026-02-21 10:33:18 +01:00

4 lines
225 B
TypeScript

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