UNPKG

parevo-interactive-video

Version:

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

3 lines (2 loc) 175 B
export { default as InteractiveVideo } from './InteractiveVideoVue'; export type { InteractiveVideoOptions, InteractiveVideoConfig, QuizQuestion, QuizOption } from '../core';