Trans.nvim/tts/say.js

5 lines
82 B
JavaScript

const say = require('say')
// console.log(word)
say.speak(process.argv.slice(2))