UNPKG

convertingtexttospeech

Version:
21 lines (11 loc) 374 B
# what is this? A package for converting what you enter into speech. # installation `npm i convertingtexttospeech --save` Then... import textTospeech from '.node-modules/convertingtexttospeech/index.js'; textTospeech(); # todo * use textarea elemnt for input text * use select element to diaplay list of voices * use button element to convert text to speech