2.0.0 β€’ Published 2 years ago

kuronuri v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

kuronuri

CI test

🀦 Nouns that lead to personal identification can be blacked out.

Usages

CLI

$ npm install --global kuronuri
$ kuronuri --help
  Usage
      $ kuronuri <text> [query]

  Examples
      $ kuronuri εΎθΌ©γ―ηŒ«γ§γ‚γ‚‹
        β–ˆβ–ˆγ―β–ˆγ§γ‚γ‚‹

      $ kuronuri εΎθΌ©γ―ηŒ«γ§γ‚γ‚‹ -p β–²
        ▲▲は▲である

      $ kuronuri εΎθΌ©γ―ηŒ«γ§γ‚γ‚‹ -p β–²,β–ˆ,●
        β—β–ˆγ―β–²γ§γ‚γ‚‹

Packages

$ npm install kuronuri
import { exchanging } from "kuronuri";

exchanging("εΎθΌ©γ―ηŒ«γ§γ‚γ‚‹").then((result) => {
  console.log(result);
  // => β–ˆβ–ˆγ―β–ˆγ§γ‚γ‚‹
});

API

exchanging(text:string, options?:{pack?:string[]=["β–ˆ"]}) => Promise<string>

License

MIT Β©ivgtr

Twitter Follow MIT License Donate