remotion
Advanced tools
Comparing version 1.3.0 to 1.4.0-alpha.84243ade
@@ -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. |
@@ -11,2 +11,3 @@ import './asset-types'; | ||
export * from './interpolate'; | ||
export * from './random'; | ||
export * from './ready-manager'; | ||
@@ -13,0 +14,0 @@ export { registerRoot } from './register-root'; |
@@ -24,2 +24,3 @@ "use strict"; | ||
__exportStar(require("./interpolate"), exports); | ||
__exportStar(require("./random"), exports); | ||
__exportStar(require("./ready-manager"), exports); | ||
@@ -26,0 +27,0 @@ var register_root_1 = require("./register-root"); |
@@ -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"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.continueRender = exports.delayRender = void 0; | ||
const register_root_1 = require("./register-root"); | ||
if (typeof window !== 'undefined') { | ||
@@ -11,6 +10,2 @@ window.ready = false; | ||
const handle = Math.random(); | ||
if (register_root_1.getIsEvaluation()) { | ||
// Don't wait while statically determining the composition list | ||
return handle; | ||
} | ||
handles.push(handle); | ||
@@ -17,0 +12,0 @@ if (typeof window !== 'undefined') { |
{ | ||
"name": "remotion", | ||
"version": "1.3.0", | ||
"version": "1.4.0-alpha.84243ade", | ||
"description": "Render videos in React", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
152857
194
1893
2