UNPKG

unified-video-framework

Version:

Cross-platform video player framework supporting iOS, Android, Web, Smart TVs (Samsung/LG), Roku, and more

7 lines 761 B
export { default as EPGOverlay } from "./components/EPGOverlay.js"; export { default as EPGTimelineHeader } from "./components/EPGTimelineHeader.js"; export { default as EPGProgramGrid } from "./components/EPGProgramGrid.js"; export { default as EPGNavigationControls } from "./components/EPGNavigationControls.js"; export { default as EPGProgramDetails } from "./components/EPGProgramDetails.js"; export { parseTime, formatTime, formatDateTime, getProgramDuration, generateTimeSlots, calculateProgramBlock, isProgramLive, getProgramProgress, findProgramAtTime, getCurrentTimePosition, snapToTimeSlot, calculateOptimalTimeRange, getProgramsInRange, calculateScrollPosition, debounce, throttle, } from "./utils/EPGUtils.js"; //# sourceMappingURL=EPG.js.map