remotion
Advanced tools
Comparing version 1.3.0 to 1.4.0-alpha.eb6dead8
@@ -19,3 +19,3 @@ import { Concurrency } from './concurrency'; | ||
*/ | ||
readonly setConcurrency: (newConcurrency: Concurrency) => void; | ||
readonly setConcurrency: (newConcurrency: number | null) => void; | ||
/** | ||
@@ -22,0 +22,0 @@ * Set the JPEG quality for the frames. |
@@ -17,3 +17,3 @@ /// <reference types="react" /> | ||
getPixelFormat: () => "yuv420p" | "yuv422p" | "yuv444p" | "yuv420p10le" | "yuv422p10le" | "yuv444p10le"; | ||
getConcurrency: () => import("./config/concurrency").Concurrency; | ||
getConcurrency: () => number | null; | ||
getShouldOverwrite: () => boolean; | ||
@@ -20,0 +20,0 @@ getFormat: () => "png-sequence" | "mp4"; |
{ | ||
"name": "remotion", | ||
"version": "1.3.0", | ||
"version": "1.4.0-alpha.eb6dead8", | ||
"description": "Render videos in React", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
144800
2