UNPKG

@huluvu424242/honey-speech

Version:

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

8 lines (7 loc) 177 B
export declare class Synthese { sprachSynthese: SpeechSynthesis; voices: SpeechSynthesisVoice[]; constructor(); getVoices(): SpeechSynthesisVoice[]; cancel(): void; }