0.3.2 β’ Published 7 months ago
hangul-romanize v0.3.2
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>