JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 651
  • Score
    100M100P100Q93520F
  • License MIT

Romanize Hangul

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-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>