JSFiddle - React, Tailwind, and code Playground
by andrei
JavaScript
try{
var msg = new SpeechSynthesisUtterance('Andrei');
window.speechSynthesis.speak(msg);
} catch(err) {
alert(err);
}
by andrei
try{
var msg = new SpeechSynthesisUtterance('Andrei');
window.speechSynthesis.speak(msg);
} catch(err) {
alert(err);
}