@remotion/renderer 4.0.490 → 4.0.491
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client.d.ts +0 -32
- package/dist/esm/client.mjs +810 -882
- package/dist/options/index.d.ts +0 -32
- package/dist/options/index.js +0 -4
- package/package.json +13 -13
package/dist/client.d.ts
CHANGED
|
@@ -246,22 +246,6 @@ export declare const BrowserSafeApis: {
|
|
|
246
246
|
separateAudioTo: string | null;
|
|
247
247
|
}) => void;
|
|
248
248
|
options: {
|
|
249
|
-
allowHtmlInCanvasOption: {
|
|
250
|
-
name: string;
|
|
251
|
-
cliFlag: "allow-html-in-canvas";
|
|
252
|
-
description: () => import("react/jsx-runtime").JSX.Element;
|
|
253
|
-
ssrName: null;
|
|
254
|
-
docLink: string;
|
|
255
|
-
type: boolean;
|
|
256
|
-
getValue: ({ commandLine }: {
|
|
257
|
-
commandLine: Record<string, unknown>;
|
|
258
|
-
}) => {
|
|
259
|
-
value: boolean;
|
|
260
|
-
source: string;
|
|
261
|
-
};
|
|
262
|
-
setConfig(value: boolean): void;
|
|
263
|
-
id: "allow-html-in-canvas";
|
|
264
|
-
};
|
|
265
249
|
audioCodecOption: {
|
|
266
250
|
cliFlag: "audio-codec";
|
|
267
251
|
setConfig: (audioCodec: "aac" | "mp3" | "opus" | "pcm-16" | null) => void;
|
|
@@ -1356,22 +1340,6 @@ export declare const BrowserSafeApis: {
|
|
|
1356
1340
|
setConfig(value: boolean): void;
|
|
1357
1341
|
id: "disable-interactivity";
|
|
1358
1342
|
};
|
|
1359
|
-
experimentalClientSideRenderingOption: {
|
|
1360
|
-
name: string;
|
|
1361
|
-
cliFlag: "enable-experimental-client-side-rendering";
|
|
1362
|
-
description: () => import("react/jsx-runtime").JSX.Element;
|
|
1363
|
-
ssrName: null;
|
|
1364
|
-
docLink: string;
|
|
1365
|
-
type: boolean;
|
|
1366
|
-
getValue: ({ commandLine }: {
|
|
1367
|
-
commandLine: Record<string, unknown>;
|
|
1368
|
-
}) => {
|
|
1369
|
-
value: boolean;
|
|
1370
|
-
source: string;
|
|
1371
|
-
};
|
|
1372
|
-
setConfig(value: boolean): void;
|
|
1373
|
-
id: "enable-experimental-client-side-rendering";
|
|
1374
|
-
};
|
|
1375
1343
|
keyboardShortcutsOption: {
|
|
1376
1344
|
name: string;
|
|
1377
1345
|
cliFlag: "disable-keyboard-shortcuts";
|