UNPKG

@huluvu424242/honey-speaker

Version:

Text to Speech component wich is reading texts from DOM elements.

7 lines (6 loc) 159 B
export declare class Synthese { sprachSynthese: SpeechSynthesis; voices: SpeechSynthesisVoice[]; constructor(); getVoices(): SpeechSynthesisVoice[]; }