UNPKG

parevo-interactive-video

Version:

Framework-agnostic interactive video library with quiz overlays for React, Vue, and vanilla JS

4 lines (3 loc) 244 B
export { InteractiveVideo } from './components/InteractiveVideo'; export { QuizOverlay } from './components/QuizOverlay'; export type { InteractiveVideoProps, InteractiveVideoConfig, QuizQuestion, QuizOption, QuizOverlayProps } from './types';