fix: fix window width and height and fix auto_play
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
const say = require('say')
|
||||
|
||||
word = process.argv
|
||||
|
||||
// console.log(word)
|
||||
say.speak(word.slice(2))
|
||||
say.speak(process.argv.slice(2))
|
||||
|
Reference in New Issue
Block a user