Add .gitignore to exclude all node packages and lock files
This commit is contained in:
Generated
Vendored
+14
@@ -0,0 +1,14 @@
|
||||
type ReturnType = {
|
||||
extraFramesToCaptureAssetsFrontend: number[];
|
||||
extraFramesToCaptureAssetsBackend: number[];
|
||||
trimLeftOffset: number;
|
||||
trimRightOffset: number;
|
||||
chunkLengthInSeconds: number;
|
||||
};
|
||||
export declare const getExtraFramesToCapture: ({ compositionStart, realFrameRange, fps, forSeamlessAacConcatenation, }: {
|
||||
fps: number;
|
||||
compositionStart: number;
|
||||
realFrameRange: [number, number];
|
||||
forSeamlessAacConcatenation: boolean;
|
||||
}) => ReturnType;
|
||||
export {};
|
||||
Reference in New Issue
Block a user