UNPKG

vlibras-player-webjs

Version:

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

11 lines 270 B
/** * Barrel export para módulo Core completo * Single Responsibility: Agregação do núcleo do sistema */ // Player export * from './player'; // Unity Integration export * from './unity'; // Configuration export * from './config'; //# sourceMappingURL=index.js.map