Add .gitignore to exclude all node packages and lock files
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
import type { TRenderAsset } from 'remotion';
|
||||
export declare const onlyInlineAudio: ({ assets, fps, timestamp, }: {
|
||||
assets: TRenderAsset[];
|
||||
fps: number;
|
||||
timestamp: number;
|
||||
}) => AudioData | null;
|
||||
Reference in New Issue
Block a user