feat: add fast-forward button to player controls
Some checks are pending
V3 Preview Deployment / Deploy-Preview (push) Waiting to run

This commit is contained in:
Kentai Radiquum 2025-03-16 15:54:30 +05:00
parent b0ba6c9efc
commit 563af656a4
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
6 changed files with 770 additions and 21 deletions

17
package-lock.json generated
View file

@ -17,7 +17,6 @@
"media-chrome": "^4.8.0",
"next": "^14.2.13",
"next-plausible": "^3.12.1",
"player.style": "^0.1.6",
"react": "^18",
"react-cropper": "^2.3.3",
"react-dom": "^18",
@ -4499,22 +4498,6 @@
"node": ">= 6"
}
},
"node_modules/player.style": {
"version": "0.1.6",
"resolved": "https://registry.npmjs.org/player.style/-/player.style-0.1.6.tgz",
"integrity": "sha512-QuWz8vaXo+g476TSK4dU+fN5Y+t5ok9UhPrX9DkxG7y9SvA2GbltiWemoz6k9JiCzdiHwS4TKX4HFtVFFzJUnQ==",
"license": "MIT",
"workspaces": [
".",
"site",
"examples/*",
"scripts/*",
"themes/*"
],
"dependencies": {
"media-chrome": "~4.8.0"
}
},
"node_modules/possible-typed-array-names": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/possible-typed-array-names/-/possible-typed-array-names-1.1.0.tgz",