vlibras-player-webjs
Version:
Biblioteca JavaScript moderna para integração do VLibras Player com React, Vue, Angular e vanilla JS
13 lines • 343 B
JavaScript
/**
* Barrel export para módulo Infrastructure completo
* Dependency Inversion: Agregação de todos os serviços de infraestrutura
*/
// Event System
export * from './events';
// Cache System
export * from './cache';
// Styling System
export * from './styling';
// Canvas System
export * from './canvas';
//# sourceMappingURL=index.js.map