Add .gitignore to exclude all node packages and lock files
This commit is contained in:
Generated
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
import type { VideoMetadata } from './types';
|
||||
/**
|
||||
* @description Takes a src to a video, loads it and returns metadata for the specified source.
|
||||
* @see [Documentation](https://remotion.dev/docs/get-video-metadata)
|
||||
* @deprecated Use `parseMedia()` instead: https://www.remotion.dev/docs/miscellaneous/parse-media-vs-get-video-metadata
|
||||
*/
|
||||
export declare const getVideoMetadata: (src: string) => Promise<VideoMetadata>;
|
||||
Reference in New Issue
Block a user