gygy.log
로그인
gygy.log
로그인
[JS30] -23) Speech Synthesis
GY
·
2021년 11월 13일
팔로우
0
0
Javascript 30 Challenge
목록 보기
23/30
SpeechSynthesisUtterance
const
msg
=
new
SpeechSynthesisUtterance
(
)
;
SpeechSynthesisUtterance.text
msg
.
text
=
"Hello"
;
speechSynthesis.getVoices
speechSynthesis
.
getVoices
(
)
;
Reference
https://developer.mozilla.org/en-US/docs/Web/API/SpeechSynthesisUtterance
https://developer.mozilla.org/en-US/docs/Web/API/SpeechSynthesis
GY
Why?에서 시작해 How를 찾는 과정을 좋아합니다. 그 고민과 성장의 과정을 꾸준히 기록하고자 합니다.
팔로우
이전 포스트
[JS30] - 22) Follow Along Link Highlighters
다음 포스트
[JS30] - 24) Sticky Nav
0개의 댓글
댓글 작성