UNPKG

@remotion/media-parser

Version:

A pure JavaScript library for parsing video files

5 lines (4 loc) 274 B
import type { MediaParserKeyframe } from './options'; import type { ParserState } from './state/parser-state'; export declare const getKeyframes: (state: ParserState) => MediaParserKeyframe[] | null; export declare const hasKeyframes: (parserState: ParserState) => boolean;