kuronuri
TypeScript icon, indicating that this package has built-in type declarations

2.0.0Β β€’Β PublicΒ β€’Β Published

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 2.0.0
    3
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 2.0.0
    3

Package Sidebar

Install

npm i kuronuri

Weekly Downloads

2

Version

2.0.0

License

MIT

Unpacked Size

15.8 kB

Total Files

13

Last publish

Collaborators

  • ivgtr