UNPKG

@erik-efl/react-scorm-provider

Version:

Modern React Components to easily enable SCORM API communication in React projects. Updated fork of the original react-scorm-provider.

11 lines (10 loc) 297 B
import { ScoContext, useScorm } from './ScormProvider'; import ScormProvider from './ScormProvider'; import withScorm from './withScorm'; export interface Score { value: number; min: number; max: number; status: string; } export { useScorm, ScoContext, ScormProvider, withScorm };