Add word by word

This commit is contained in:
2021-11-05 02:15:50 +01:00
parent 78e2c77bc7
commit dd618bf785
8 changed files with 67 additions and 2 deletions

9
t.js Normal file
View File

@@ -0,0 +1,9 @@
const t=require('node-google-translate-skidz')
t({
text: 'this is a test of the meow',
'source': 'en',
target: 'ta'
}, (res) => {
console.log(res);
});