init commit
This commit is contained in:
30
remotion/node_modules/@remotion/cli/dist/get-composition-with-dimension-override.d.ts
generated
vendored
Normal file
30
remotion/node_modules/@remotion/cli/dist/get-composition-with-dimension-override.d.ts
generated
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
import type { BrowserExecutable, ChromeMode, ChromiumOptions, HeadlessBrowser, LogLevel, OnBrowserDownload, RemotionServer } from '@remotion/renderer';
|
||||
import type { VideoConfig } from 'remotion';
|
||||
export declare const getCompositionWithDimensionOverride: ({ height, width, args, compositionIdFromUi, chromiumOptions, envVariables, port, puppeteerInstance, timeoutInMilliseconds, browserExecutable, serveUrlOrWebpackUrl, indent, serializedInputPropsWithCustomSchema, logLevel, server, offthreadVideoCacheSizeInBytes, offthreadVideoThreads, binariesDirectory, onBrowserDownload, chromeMode, mediaCacheSizeInBytes, }: {
|
||||
height: number | null;
|
||||
width: number | null;
|
||||
args: (string | number)[];
|
||||
compositionIdFromUi: string | null;
|
||||
timeoutInMilliseconds: number;
|
||||
puppeteerInstance: HeadlessBrowser | undefined;
|
||||
envVariables: Record<string, string>;
|
||||
chromiumOptions: ChromiumOptions;
|
||||
port: number | null;
|
||||
browserExecutable: BrowserExecutable | null;
|
||||
serveUrlOrWebpackUrl: string;
|
||||
indent: boolean;
|
||||
logLevel: LogLevel;
|
||||
serializedInputPropsWithCustomSchema: string;
|
||||
server: RemotionServer;
|
||||
offthreadVideoCacheSizeInBytes: number | null;
|
||||
offthreadVideoThreads: number | null;
|
||||
binariesDirectory: string | null;
|
||||
onBrowserDownload: OnBrowserDownload;
|
||||
chromeMode: ChromeMode;
|
||||
mediaCacheSizeInBytes: number | null;
|
||||
}) => Promise<{
|
||||
compositionId: string;
|
||||
reason: string;
|
||||
config: VideoConfig;
|
||||
argsAfterComposition: (string | number)[];
|
||||
}>;
|
||||
Reference in New Issue
Block a user