init commit
This commit is contained in:
8
remotion/node_modules/@remotion/cli/dist/render-queue/process-still.d.ts
generated
vendored
Normal file
8
remotion/node_modules/@remotion/cli/dist/render-queue/process-still.d.ts
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
import type { JobProgressCallback, RenderJob } from '@remotion/studio-server';
|
||||
export declare const processStill: ({ job, remotionRoot, entryPoint, onProgress, addCleanupCallback, }: {
|
||||
job: RenderJob;
|
||||
remotionRoot: string;
|
||||
entryPoint: string;
|
||||
onProgress: JobProgressCallback;
|
||||
addCleanupCallback: (label: string, cb: () => void) => void;
|
||||
}) => Promise<void>;
|
||||
Reference in New Issue
Block a user