init commit
This commit is contained in:
12
remotion/node_modules/@remotion/cli/dist/determine-image-format.d.ts
generated
vendored
Normal file
12
remotion/node_modules/@remotion/cli/dist/determine-image-format.d.ts
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
import type { StillImageFormat, VideoImageFormat } from '@remotion/renderer';
|
||||
export declare const determineFinalStillImageFormat: ({ downloadName, outName, configImageFormat, cliFlag, isLambda, fromUi, }: {
|
||||
downloadName: string | null;
|
||||
outName: string | null;
|
||||
configImageFormat: StillImageFormat | null;
|
||||
cliFlag: StillImageFormat | VideoImageFormat | null;
|
||||
isLambda: boolean;
|
||||
fromUi: StillImageFormat | null;
|
||||
}) => {
|
||||
format: StillImageFormat;
|
||||
source: string;
|
||||
};
|
||||
Reference in New Issue
Block a user