init commit
This commit is contained in:
17
remotion/node_modules/@remotion/renderer/dist/options/crf.d.ts
generated
vendored
Normal file
17
remotion/node_modules/@remotion/renderer/dist/options/crf.d.ts
generated
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
import type { Crf } from '../crf';
|
||||
export declare const validateCrf: (newCrf: Crf) => void;
|
||||
export declare const crfOption: {
|
||||
name: string;
|
||||
cliFlag: "crf";
|
||||
description: () => import("react/jsx-runtime").JSX.Element;
|
||||
ssrName: string;
|
||||
docLink: string;
|
||||
type: number;
|
||||
getValue: ({ commandLine }: {
|
||||
commandLine: Record<string, unknown>;
|
||||
}) => {
|
||||
source: string;
|
||||
value: Crf;
|
||||
};
|
||||
setConfig: (crf: Crf) => void;
|
||||
};
|
||||
Reference in New Issue
Block a user