Skip to content

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

Notifications You must be signed in to change notification settings

stegano/qwerty-dubeolsik

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published