UNPKG

@huluvu424242/honey-slideshow

Version:

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

8 lines (7 loc) 216 B
export declare class Sprachsynthese { sprachSynthese: SpeechSynthesis; voices: SpeechSynthesisVoice[]; constructor(); getSynthese(): SpeechSynthesis; getVoices(): SpeechSynthesisVoice[]; }