translator-promise:一个要翻译的节点模块

时间:2024-06-03 03:00:55
【文件属性】:

文件名称:translator-promise:一个要翻译的节点模块

文件大小:5KB

文件格式:ZIP

更新时间:2024-06-03 03:00:55

npm google node translate JavaScript

翻译节点模块 需要翻译的节点模块。GoogleTranslate可以提供强大的功能。 安装 npm install translator-promise 用法 const translate = require ( 'translator-promise' ) ; // async/await. The second parameter can be a language name (ISO 639-1) const result = await translate ( 'Hello world' , 'ja' ) ; console . log ( result ) ; // Output: // { // word: 'Hello world', // text: 'こんにちは世界', // candidate: [ 'こんにちは世界', 'こんにちは'


【文件预览】:
translator-promise-master
----index.js(41B)
----test.js(1KB)
----package.json(807B)
----inc()
--------translate.js(4KB)
----readme.md(2KB)
----.gitignore(38B)

网友评论