UNPKG

hangul-romanize

Version:
27 lines (20 loc) β€’ 1.08 kB
# 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> ```