Add .gitignore to exclude all node packages and lock files
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
export declare const validCodecs: readonly ["h264", "h265", "vp8", "vp9", "mp3", "aac", "wav", "prores", "h264-mkv", "h264-ts", "gif"];
|
||||
export type Codec = (typeof validCodecs)[number];
|
||||
export type CodecOrUndefined = Codec | undefined;
|
||||
export declare const DEFAULT_CODEC: Codec;
|
||||
Reference in New Issue
Block a user