Add .gitignore to exclude all node packages and lock files
This commit is contained in:
Generated
Vendored
+9
@@ -0,0 +1,9 @@
|
||||
import type { VideoMetadata } from './compositor/payloads';
|
||||
export { VideoMetadata } from './compositor/payloads';
|
||||
/**
|
||||
* @deprecated Use `parseMedia()` instead: https://www.remotion.dev/docs/media-parser/parse-media
|
||||
*/
|
||||
export declare const getVideoMetadata: (videoSource: string, options?: {
|
||||
logLevel?: "error" | "info" | "trace" | "verbose" | "warn" | undefined;
|
||||
binariesDirectory?: string | null | undefined;
|
||||
} | undefined) => Promise<VideoMetadata>;
|
||||
Reference in New Issue
Block a user