@zync/zync-screnplay-player 0.1.226 → 0.1.227
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.
|
@@ -9,7 +9,7 @@ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol"
|
|
|
9
9
|
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
10
10
|
var EPSILON = 1e-6;
|
|
11
11
|
var DEFAULT_FPS = 30;
|
|
12
|
-
var MIN_CHUNK_DURATION_SECONDS =
|
|
12
|
+
var MIN_CHUNK_DURATION_SECONDS = 0.26;
|
|
13
13
|
var cloneValue = function cloneValue(value) {
|
|
14
14
|
if (value === undefined) {
|
|
15
15
|
return undefined;
|