@huluvu424242/honey-speech
Version:
Text to Speech component wich is reading texts from DOM elements.
22 lines (16 loc) • 785 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
const index = require('./index-b6042bee.js');
/*
Stencil Client Patch Esm v2.2.0 | MIT Licensed | https://stenciljs.com
*/
const patchEsm = () => {
return index.promiseResolve();
};
const defineCustomElements = (win, options) => {
if (typeof window === 'undefined') return Promise.resolve();
return patchEsm().then(() => {
return index.bootstrapLazy([["honey-speech.cjs",[[1,"honey-speech",{"pure":[4],"textids":[1],"verbose":[4],"iconwidth":[1],"iconheight":[1],"audiolang":[1],"audiopitch":[2],"audiorate":[2],"audiovolume":[2],"voicename":[1],"isPressed":[32]},[[2,"click","onClick"],[2,"keydown","onKeyDown"]]]]]], options);
});
};
exports.defineCustomElements = defineCustomElements;