UNPKG

vlibras-player-webjs

Version:

Biblioteca JavaScript moderna para integração do VLibras Player com React, Vue, Angular e vanilla JS

8 lines 373 B
/** * Barrel export para módulo Core/Player * Single Responsibility: Apenas funcionalidades do player */ export { VLibrasPlayer } from './VLibrasPlayer'; export { PlayerManagerAdapter } from './PlayerManagerAdapter'; export type { VLibrasPlayerConfig, VLibrasPlayerState, PlaybackResult, PresetConfig } from '../../types/core.types'; //# sourceMappingURL=index.d.ts.map