Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

qwerty-dubeolsik

stegano24MIT1.0.0TypeScript support: included

⌨ This library allows you to easily convert Korean keys to English or English keys to Korean on a QWERTY keyboard.

QWERTY, Kroean, English, Consonant, Diphthongs, Convert, Hangul, Alphabet, KSX5002, IME, Keyboard, Dubeolsik, 한글, 두벌식, 키보드

readme

QWERTY Dubeolsik

NPM License NPM Downloads

⌨ This library allows you to easily convert Korean keys to English or English keys to Korean on a QWERTY keyboard.

Installation

The easiest way to install qwerty-dubeolsik is with npm.

npm install qwerty-dubeolsik

Alternately, download the source.

git clone https://github.com/stegano/qwerty-dubeolsik.git

Features

Convert a Korean key to its English equivalent using a QWERTY keyboard

Convert English to Korean

convertEngToKor("gksrmf"); // → output: "한글"
convertEngToKor("English"); // → output: "뚜히ㅑ노"

Convert Korean to English

convertKorToEng("한글"); // → output: "gksrmf"
convertKorToEng("뚜히ㅑ노"); // → output: "English"

Demonstration