Add .gitignore to exclude all node packages and lock files
This commit is contained in:
Generated
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
import type { ConvertMediaVideoCodec } from './get-available-video-codecs';
|
||||
export declare const getVideoEncoderConfig: ({ codec, height, width, fps, }: {
|
||||
width: number;
|
||||
height: number;
|
||||
codec: ConvertMediaVideoCodec;
|
||||
fps: number | null;
|
||||
}) => Promise<VideoEncoderConfig | null>;
|
||||
Reference in New Issue
Block a user