Add .gitignore to exclude all node packages and lock files
This commit is contained in:
Generated
Vendored
+6
@@ -0,0 +1,6 @@
|
||||
import type { ConvertMediaContainer } from './get-available-containers';
|
||||
export declare const availableVideoCodecs: readonly ["vp8", "vp9", "h264", "h265"];
|
||||
export type ConvertMediaVideoCodec = (typeof availableVideoCodecs)[number];
|
||||
export declare const getAvailableVideoCodecs: ({ container, }: {
|
||||
container: ConvertMediaContainer;
|
||||
}) => ConvertMediaVideoCodec[];
|
||||
Reference in New Issue
Block a user