From 6ad5c7f692bc31077a90d2e2a07947c3b7758614 Mon Sep 17 00:00:00 2001 From: Rafael Araujo Lehmkuhl <rafael.lehmkuhl93@gmail.com> Date: Fri, 15 Sep 2023 13:40:12 -0300 Subject: [PATCH] Add `fix-webm-duration` package As the name implies, this lib is used to fix the duration of video blobs, which do not have their duration correctly set in Chromium-based browsers. --- package.json | 1 + yarn.lock | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/package.json b/package.json index 80d5896b1..dd38348b2 100644 --- a/package.json +++ b/package.json @@ -31,6 +31,7 @@ "colord": "^2.9.3", "date-fns": "^2.29.3", "file-saver": "^2.0.5", + "fix-webm-duration": "^1.0.5", "floating-vue": "^2.0.0-beta.20", "gamepad.js": "^1.0.4", "gsap": "^3.11.3", diff --git a/yarn.lock b/yarn.lock index a67b02aef..a1e435736 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3536,6 +3536,11 @@ find-up@^5.0.0: locate-path "^6.0.0" path-exists "^4.0.0" +fix-webm-duration@^1.0.5: + version "1.0.5" + resolved "https://registry.yarnpkg.com/fix-webm-duration/-/fix-webm-duration-1.0.5.tgz#da4558a92196a677302bfc54780b494dd5336a96" + integrity sha512-b6oula3OfSknx0aWoLsxvp4DVIYbwsf+UAkr6EDAK3iuMYk/OSNKzmeSI61GXK0MmFTEuzle19BPvTxMIKjkZg== + flat-cache@^3.0.4: version "3.0.4" resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-3.0.4.tgz#61b0338302b2fe9f957dcc32fc2a87f1c3048b11"