Trans.nvim/tts/say.js

5 lines
82 B
JavaScript
Raw Normal View History

2023-01-21 21:13:51 +08:00
const say = require('say')
// console.log(word)
say.speak(process.argv.slice(2))