hangul-romanize
v0.3.2
Published
Romanize Hangul
Downloads
418
Maintainers
Readme
hangul-romanize 🚀
hangul-romanize is a Typescript package designed to transliterate Korean (Hangul) text into Romanized form based on the Revised Romanization of Korean. This tool can be particularly useful for projects that require consistent and accurate Romanization of Hangul for display on websites, applications, or for data standardization purposes.
hangul-romanize 한국어(한글)를 로마자로 변환해주는 Typescript 패키지로, 대한민국 표준 국어의 로마자 표기법을 따릅니다. 웹사이트, 애플리케이션, 또는 데이터 표준화를 위해 일관성 있고 정확한 로마자 표기가 필요한 곳에 유용하게 사용될 수 있습니다.
Installation
Install the package using package manager
npm install hangul-romanize
yarn add hangul-romanize
Browser
Script tag (using CDN)
<script src="https://unpkg.com/hangul-romanize" type="text/javascript"></script>
Script tag
<script src="hangul-romanize.min.js" type="text/javascript"></script>