Romkan is a library to convert between Japanese Romaji and Kana.
This is an Elm port of the Haskell port of the Python port of Ruby/Romkan.
$ elm package install spect88/romkan-hsimport Romkan
Romkan.toHiragana "kekkou" -- => "けっこう" : StringTo run the tests:
$ npm install elm-test -g
$ elm testTo test documentation:
$ elm make --docs=documentation.jsonThen upload generated documentation.json file to
documentation preview.