Skip to content

Tyriar/hangul-romanization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Contributors 4

  •  
  •  
  •  
  •