Skip to content

Commit

Permalink
fix: icons for video playback
Browse files Browse the repository at this point in the history
  • Loading branch information
lart2150 committed Nov 8, 2022
1 parent 7bee8b4 commit 9ffb751
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 24 deletions.
11 changes: 0 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
"react-dom": "^17.0.2",
"react-router-dom": "^6.2.2",
"video.js": "^7.20.3",
"videojs-font": "^4.0.0",
"videojs-seek-buttons": "^3.0.1",
"zod": "^3.19.1"
}
Expand Down
19 changes: 8 additions & 11 deletions src/app.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion src/components/VideoJS.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { useEffect, useRef } from 'react';
import videojs from 'video.js';
import seekButtons from 'videojs-seek-buttons';
import 'video.js/dist/video-js.css';
import 'videojs-font/css/videojs-icons.css';

type Props = {
options : videojs.PlayerOptions;
Expand Down

0 comments on commit 9ffb751

Please sign in to comment.