@huluvu424242/honey-speech
Version:
Text to Speech component wich is reading texts from DOM elements.
18 lines (15 loc) • 721 B
JavaScript
import { p as promiseResolve, b as bootstrapLazy } from './index-ff36470c.js';
/*
Stencil Client Patch Browser v2.2.0 | MIT Licensed | https://stenciljs.com
*/
const patchBrowser = () => {
const importMeta = import.meta.url;
const opts = {};
if ( importMeta !== '') {
opts.resourcesUrl = new URL('.', importMeta).href;
}
return promiseResolve(opts);
};
patchBrowser().then(options => {
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);
});