UNPKG

parevo-interactive-video

Version:

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

4 lines (3 loc) 266 B
export { InteractiveVideoReact as InteractiveVideo } from './InteractiveVideoReact'; export type { InteractiveVideoReactProps } from './InteractiveVideoReact'; export type { InteractiveVideoOptions, InteractiveVideoConfig, QuizQuestion, QuizOption } from '../core';