mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
feat(site): feature and preset reference UI + docs integration (#1258)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
5301202a18
commit
d4b805ea69
@@ -1,3 +1,4 @@
|
||||
/** Audio-only player preset with playback and volume controls. */
|
||||
export { audioFeatures } from '@videojs/core/dom';
|
||||
export { MinimalAudioSkinElement } from '../define/audio/minimal-skin';
|
||||
export { MinimalAudioSkinTailwindElement } from '../define/audio/minimal-skin.tailwind';
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
/** Ambient background video preset with no user controls. */
|
||||
export { backgroundFeatures } from '@videojs/core/dom';
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
/** General-purpose video player preset with full playback controls. */
|
||||
export { videoFeatures } from '@videojs/core/dom';
|
||||
export { MinimalVideoSkinElement } from '../define/video/minimal-skin';
|
||||
export { MinimalVideoSkinTailwindElement } from '../define/video/minimal-skin.tailwind';
|
||||
|
||||
Reference in New Issue
Block a user