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

0.3.1 • Public • Published

hangeul.js npm Build Status

Hangeul transliteration library. Transliteration of Korean names to latin and cyrillic is currently supported.

Usage

npm install hangeul

Transliterate hangul name to latin

const hangeul = require("hangeul");
console.log(hangeul.enname("전보람"));
Jeon Boram

Transliterate hangul name to cyrillic

const hangeul = require("hangeul");
console.log(hangeul.runame("전보람"));
Чон Борам

License

MIT. This library is based on the KoreanTranscription code.

Package Sidebar

Install

npm i hangeul

Weekly Downloads

0

Version

0.3.1

License

MIT

Unpacked Size

23.8 kB

Total Files

6

Last publish

Collaborators

  • kagami