Skip to content

Util collection for Japanese text processing. Hiraganize, Katakanize, and Romanize.

License

Notifications You must be signed in to change notification settings

hakatashi/japanese.js

Repository files navigation

japanese.js NPM version Build Status Dependency Status

Util collection for Japanese text processing.

Install

$ npm install --save japanese

Usage

var japanese = require('japanese');

japanese.hiraganize('ヱヴァンゲリヲン');
$ npm install --global japanese
$ japanese --help
# creates a browser.js
$ npm run browser

License

MIT © hakatashi