UNPKG

parevo-interactive-video

Version:

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

3 lines (2 loc) 187 B
export { InteractiveVideo } from './InteractiveVideo'; export type { InteractiveVideoOptions, InteractiveVideoConfig, InteractiveVideoInstance, QuizQuestion, QuizOption } from './types';