New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@romanize/korean

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@romanize/korean

Romanize Korean Hangul

latest
Source
npmnpm
Version
0.1.3
Version published
Maintainers
1
Created
Source

@romanize/korean

A utility library to romanize Korean Hangul to Latin characters.

Installation

npm install @romanize/korean

Usage

import { romanize } from '@romanize/korean';
romanize('안녕하세요'); // annyeonghaseyo

Romanization Systems

The two main Korean romanization systems are the Revised Romanization of Korean (RR) and McCune-Reischauer (MR). The library supports both systems.

By default, the Revised Romanization is used as it is the official romanization system of South Korea (Republic of Korea).

However, users can specify the system to use by passing in the system option.

import { romanize } from '@romanize/korean';
romanize('안녕하세요', { system: 'MR' }); // annyonghaseyo

Keywords

korean

FAQs

Package last updated on 24 May 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts