Add .gitignore to exclude all node packages and lock files
This commit is contained in:
Generated
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
import type { CanRenderIssue } from './can-render-types';
|
||||
import type { WebRendererVideoCodec } from './mediabunny-mappings';
|
||||
export declare const validateDimensions: (options: {
|
||||
width: number;
|
||||
height: number;
|
||||
codec: WebRendererVideoCodec;
|
||||
}) => CanRenderIssue | null;
|
||||
Reference in New Issue
Block a user