init commit
This commit is contained in:
4
remotion/node_modules/@remotion/media-parser/dist/get-keyframes.d.ts
generated
vendored
Normal file
4
remotion/node_modules/@remotion/media-parser/dist/get-keyframes.d.ts
generated
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
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;
|
||||
Reference in New Issue
Block a user