chore: fix html-demo not importing skin (#127)

This commit is contained in:
Rahim
2025-10-24 16:00:39 -07:00
committed by GitHub
parent a93484e86b
commit 24022e93c3
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -1,5 +1,7 @@
import { defineVjsPlayer } from '@videojs/html';
import '@videojs/html/skins/default';
defineVjsPlayer();
document.body.innerHTML = /* html */ `
+1
View File
@@ -1,5 +1,6 @@
import { MediaSkin } from '@/media/media-skin';
import '@/media/media-container';
import '@/media/media-provider';
import '@/components/media-play-button';
import '@/components/media-mute-button';
import '@/components/media-volume-slider';