UNPKG

unified-video-framework

Version:

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

8 lines 470 B
export { ChapterManager } from "./ChapterManager.js"; export { SkipButtonController } from "./SkipButtonController.js"; export { UserPreferencesManager } from "./UserPreferencesManager.js"; export * from "./types/ChapterTypes.js"; export { useChapters } from "../react/hooks/useChapters.js"; export { SkipButton } from "../react/components/SkipButton.js"; export { ChapterProgress } from "../react/components/ChapterProgress.js"; //# sourceMappingURL=index.js.map