Skip to content
/ kpop Public

Korean romanization utilities in JavaScript

Notifications You must be signed in to change notification settings

AaronO/kpop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kpop

Korean romanization utilities in JavaScript. Works everywhere (Browser, NodeJS, React-Native, ...)

Install

npm install kpop

Example

const kpop = require('kpop');

// Convert hangul to roman letters
kpop.romanize('안녕하세요 저는 애론');
// => 'annyeonghaseyo jeoneun aelon'

// Convert romanized korean to hangul
kpop.hangulify('yeoboseyo');
// => '여보세요'

About

Korean romanization utilities in JavaScript

Resources

Stars

Watchers

Forks

Packages

No packages published