@remotion/renderer 4.0.105 → 4.0.106
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/index.d.ts +3 -3
- package/dist/screenshot-task.d.ts +1 -0
- package/package.json +9 -9
package/dist/index.d.ts
CHANGED
|
@@ -323,8 +323,8 @@ export declare const RenderInternals: {
|
|
|
323
323
|
}) => execa.ExecaChildProcess<string>;
|
|
324
324
|
validStillImageFormats: readonly ["png", "jpeg", "pdf", "webp"];
|
|
325
325
|
validVideoImageFormats: readonly ["png", "jpeg", "none"];
|
|
326
|
-
DEFAULT_STILL_IMAGE_FORMAT: "
|
|
327
|
-
DEFAULT_VIDEO_IMAGE_FORMAT: "
|
|
326
|
+
DEFAULT_STILL_IMAGE_FORMAT: "jpeg" | "png" | "webp" | "pdf";
|
|
327
|
+
DEFAULT_VIDEO_IMAGE_FORMAT: "jpeg" | "png" | "none";
|
|
328
328
|
DEFAULT_JPEG_QUALITY: number;
|
|
329
329
|
chalk: {
|
|
330
330
|
enabled: () => boolean;
|
|
@@ -423,7 +423,7 @@ export declare const RenderInternals: {
|
|
|
423
423
|
frame: number;
|
|
424
424
|
serializedInputPropsWithCustomSchema: string;
|
|
425
425
|
serializedResolvedPropsWithCustomSchema: string;
|
|
426
|
-
imageFormat: "
|
|
426
|
+
imageFormat: "jpeg" | "png" | "webp" | "pdf";
|
|
427
427
|
jpegQuality: number;
|
|
428
428
|
puppeteerInstance: HeadlessBrowser | null;
|
|
429
429
|
envVariables: Record<string, string>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@remotion/renderer",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.106",
|
|
4
4
|
"description": "Renderer for Remotion",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"extract-zip": "2.0.1",
|
|
19
19
|
"source-map": "^0.8.0-beta.0",
|
|
20
20
|
"ws": "8.7.0",
|
|
21
|
-
"remotion": "4.0.
|
|
21
|
+
"remotion": "4.0.106"
|
|
22
22
|
},
|
|
23
23
|
"peerDependencies": {
|
|
24
24
|
"react": ">=16.8.0",
|
|
@@ -40,13 +40,13 @@
|
|
|
40
40
|
"vitest": "0.31.1"
|
|
41
41
|
},
|
|
42
42
|
"optionalDependencies": {
|
|
43
|
-
"@remotion/compositor-darwin-
|
|
44
|
-
"@remotion/compositor-
|
|
45
|
-
"@remotion/compositor-
|
|
46
|
-
"@remotion/compositor-linux-arm64-musl": "4.0.
|
|
47
|
-
"@remotion/compositor-linux-x64-gnu": "4.0.
|
|
48
|
-
"@remotion/compositor-
|
|
49
|
-
"@remotion/compositor-
|
|
43
|
+
"@remotion/compositor-darwin-x64": "4.0.106",
|
|
44
|
+
"@remotion/compositor-darwin-arm64": "4.0.106",
|
|
45
|
+
"@remotion/compositor-linux-arm64-gnu": "4.0.106",
|
|
46
|
+
"@remotion/compositor-linux-arm64-musl": "4.0.106",
|
|
47
|
+
"@remotion/compositor-linux-x64-gnu": "4.0.106",
|
|
48
|
+
"@remotion/compositor-win32-x64-msvc": "4.0.106",
|
|
49
|
+
"@remotion/compositor-linux-x64-musl": "4.0.106"
|
|
50
50
|
},
|
|
51
51
|
"keywords": [
|
|
52
52
|
"remotion",
|