@huluvu424242/honey-speech
Version:
Text to Speech component wich is reading texts from DOM elements.
18 lines (14 loc) • 703 B
JavaScript
import { p as promiseResolve, b as bootstrapLazy } from './index-ff36470c.js';
/*
Stencil Client Patch Esm v2.2.0 | MIT Licensed | https://stenciljs.com
*/
const patchEsm = () => {
return promiseResolve();
};
const defineCustomElements = (win, options) => {
if (typeof window === 'undefined') return Promise.resolve();
return patchEsm().then(() => {
return bootstrapLazy([["honey-speech",[[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);
});
};
export { defineCustomElements };