qwerty-dubeolsik
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

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

Package Sidebar

Install

npm i qwerty-dubeolsik

Weekly Downloads

5

Version

1.0.0

License

MIT

Unpacked Size

27.2 kB

Total Files

18

Last publish

Collaborators

  • stegano