@vdegenne/kuroshiro
v0.1.2
Published
Straightforward wrapper around [kuroshiro](https://github.com/hexenq/kuroshiro) including [kuroshiro-analyzer-kuromoji](https://github.com/hexenq/kuroshiro-analyzer-kuromoji).
Readme
@vdegenne/kuroshiro
Straightforward wrapper around kuroshiro including kuroshiro-analyzer-kuromoji.
It provides types.
Installation
npm i -D @vdegenne/kuroshiroUsage
import {convert} from '@vdegenne/kuroshiro'
const result = await convert('こんにちは', {to: 'romaji'})
console.log(result) // konnichiwa