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

1.0.1 • Public • Published

hangul-romanization

Romanizes Hangul (Korean) characters. The library converts using the Revised Romanization of Korean romanization system.

Installing

npm install --save hangul-romanization

Usage

var hangulRomanization = require('hangul-romanization');

var romanization = hangulRomanization.convert('행복');
console.log(romanization); // 'haengbok'

Building

npm run build

Dependencies (0)

    Dev Dependencies (1)

    Package Sidebar

    Install

    npm i hangul-romanization

    Weekly Downloads

    195

    Version

    1.0.1

    License

    MIT

    Unpacked Size

    9.31 kB

    Total Files

    12

    Last publish

    Collaborators

    • tyriar