hangul-romanize
Version:
Romanize Hangul
27 lines (20 loc) β’ 1.08 kB
Markdown
# 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
```bash
npm install hangul-romanize
```
```bash
yarn add hangul-romanize
```
### Browser
#### Script tag (using CDN)
```bash
<script src="https://unpkg.com/hangul-romanize" type="text/javascript"></script>
```
#### Script tag
```bash
<script src="hangul-romanize.min.js" type="text/javascript"></script>
```