UNPKG

@remotion/studio

Version:

APIs for interacting with the Remotion Studio

7 lines (6 loc) 250 B
import type { TSequence } from 'remotion'; export declare const getTimelineSequenceHash: (sequence: TSequence, allSequences: TSequence[], hashesUsedInRoot: { [rootId: string]: string[]; }, cache: { [sequenceId: string]: string; }) => string;