0.0.1 • Published 9 months ago

hiraroma v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

hiraroma

Convert between hiragana and romaji.

Usage

import { hiraToRoma, romaToHira } from "hiraroma";

console.log(hiraToRoma("しょうがっこう")); // --> shougakkou
console.log(romaToHira("chuugakkou")); // --> ちゅうがっこう

Test

  1. install SudachiDict
  2. deno test --allow-read

License

MIT

Attribution

References

0.0.1

9 months ago