feat: add auto_play for hover mode
This commit is contained in:
5
tts/package.json
Normal file
5
tts/package.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"say": "^0.16.0"
|
||||
}
|
||||
}
|
6
tts/say.js
Normal file
6
tts/say.js
Normal file
@@ -0,0 +1,6 @@
|
||||
const say = require('say')
|
||||
|
||||
word = process.argv
|
||||
|
||||
// console.log(word)
|
||||
say.speak(word.slice(2))
|
Reference in New Issue
Block a user