任意の文字列をノムリッシュ・テキストに変換するライブラリです。
�axiosとlibxmljsを用いて実装されています。axiosベースのためすべてPromiseで処理結果が返ってきます。
- text 任意のString
- level 1~5のNumber
- 1:日→野 Lv1
- 2:日→野 Lv2
- 3:日→野 Lv3
- 4:日→野 Lv4
- 5:日→ラグーン語
- returns Promise
Using npm:
$ npm install nomlish
Using yarn:
$ yarn add nomlish
- 翻訳(翻訳レベル指定なし) Promise ver.
const nomlish = require("nomlish");
const beforeText = "任意の文字列をノムリッシュ・テキストに変換するライブラリです。";
nomlish.translate(beforeText)
.then((nomlishText) => {
// ニン・インの文字列をノムリスッシュ――テキストに変換実行するラインヴラ・リ=フォースライトだと願うことは、許されなかった──。
console.log(nomlishText);
});
- 翻訳(翻訳レベル指定あり) Promise ver.
const nomlish = require("nomlish");
const beforeText = "任意の文字列をノムリッシュ・テキストに変換するライブラリです。";
const level = 4;
nomlish.translate(beforeText, level)
.then((nomlishText) => {
// ・・・そのグルガン族の男は静かに語った・・・善悪の彼岸に立ちそれを望む者任意のビビとお医者さんごっこをした文字列をノムティスリスッ・シェュ(CV・日野聡)……神代文字に破壊と創造宿命を背負う騎士千人分の魔力を誇るラーインヴラー=リかもしれぬな…。・・・これは、一篇の物語ではない。自ら綴る歴史であり、運命である。
console.log(nomlishText);
});
This software is released under the MIT License, see LICENSE.
-
Source Code:SugarShootingStar(@_Ancient_Scapes)
-
Nomlish Translate Site: http://racing-lagoon.info/