mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-11-11 09:58:53 -05:00
Deleted VideoJSNew.jsx and removed VideoJSPlayerNew from exports. Merged VideoJSPlayerNew.css into VideoJSPlayer.css and updated VideoJSPlayer.jsx with new features, configuration, and sample data. Refactored and enhanced VideoJSPlayer to be the main player component, updating references and improving tooltip, autoplay, and control bar logic.
8 lines
499 B
JavaScript
8 lines
499 B
JavaScript
// Export all Video.js components
|
|
export { default as VideoJSPlayer } from './video-player/VideoJSPlayer';
|
|
export { default as EndScreenOverlay } from './overlays/EndScreenOverlay';
|
|
export { default as AutoplayCountdownOverlay } from './overlays/AutoplayCountdownOverlay';
|
|
export { default as ChapterMarkers } from './markers/ChapterMarkers';
|
|
export { default as NextVideoButton } from './controls/NextVideoButton';
|
|
export { default as AutoplayToggleButton } from './controls/AutoplayToggleButton';
|