Package Exports
- hangul-romanize
- hangul-romanize/dist-esm/index.js
- hangul-romanize/dist/index.js
- hangul-romanize/hangul-romanize.min.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (hangul-romanize) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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-romanizeyarn add hangul-romanizeBrowser
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>