Skip to content

Instantly share code, notes, and snippets.

View frneide's full-sized avatar
😀

Francineide Oliveira frneide

😀
View GitHub Profile
if ('speechSynthesis' in window) {
let utterance = new SpeechSynthesisUtterance(texto);
utterance.lang = 'pt-BR';
utterance.rate = 1.2;
window.speechSynthesis.speak(utterance);
} else {
console.log("Web Speech API não suportada neste navegador.");
}
@frneide
frneide / README-TEMPLATE.md
Created August 19, 2025 23:59 — forked from reginadiana/README-TEMPLATE.md
Template sugestivo para documentação de projetos

Titulo ou Arte do Projeto