Skip to content
This repository has been archived by the owner on Sep 20, 2022. It is now read-only.

Romanizes Hangul (Korean) characters

License

Notifications You must be signed in to change notification settings

spotxyz/hangul-romanization

 
 

Repository files navigation

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

About

Romanizes Hangul (Korean) characters

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%