UNPKG

vlibras-player-webjs

Version:

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

12 lines 627 B
"use strict"; /** * Barrel export para módulo Core/Config * Single Responsibility: Apenas configuração global */ Object.defineProperty(exports, "__esModule", { value: true }); exports.VLibrasGlobalConfig = exports.config = void 0; var config_1 = require("./config"); Object.defineProperty(exports, "config", { enumerable: true, get: function () { return config_1.config; } }); var VLibrasGlobalConfig_1 = require("./VLibrasGlobalConfig"); Object.defineProperty(exports, "VLibrasGlobalConfig", { enumerable: true, get: function () { return VLibrasGlobalConfig_1.VLibrasGlobalConfig; } }); //# sourceMappingURL=index.js.map