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
+2
View File
@@ -1 +1,3 @@
export { audioFeatures } from '@videojs/core/dom';
export { MinimalAudioSkinElement } from '../define/audio/minimal-skin';
export { AudioSkinElement } from '../define/audio/skin';
+4
View File
@@ -1 +1,5 @@
export { videoFeatures } from '@videojs/core/dom';
export { MinimalVideoSkinElement } from '../define/video/minimal-skin';
export { MinimalVideoSkinTailwindElement } from '../define/video/minimal-skin.tailwind';
export { VideoSkinElement } from '../define/video/skin';
export { VideoSkinTailwindElement } from '../define/video/skin.tailwind';