Skip to content

Commit

Permalink
Add fix-webm-duration package
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
rafaellehmkuhl committed Sep 15, 2023
1 parent 355b326 commit 6637ad1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 6637ad1

Please sign in to comment.