feat(skin): implement default and minimal skins for HTML player (#698)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Sam Potts
2026-03-04 22:35:45 +11:00
committed by GitHub
co-authored by Claude Opus 4.6
parent 9a5dfab4e8
commit c5cafae57f
51 changed files with 3513 additions and 2334 deletions
+9
View File
@@ -0,0 +1,9 @@
@import "@videojs/skins/audio/default.css";
audio-player {
display: contents;
}
audio-skin {
display: contents;
}