https://github.com/chalkpe/gksdud
A tiny JavaScript utility that corrects miswritten Hangeul sentences like gksdud
https://github.com/chalkpe/gksdud
gksdud hangeul hangul ime korean nodejs npm
Last synced: 5 months ago
JSON representation
A tiny JavaScript utility that corrects miswritten Hangeul sentences like gksdud
- Host: GitHub
- URL: https://github.com/chalkpe/gksdud
- Owner: chalkpe
- License: mit
- Created: 2016-12-06T14:06:48.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-09-27T21:34:38.000Z (over 2 years ago)
- Last Synced: 2024-08-09T20:51:04.296Z (almost 2 years ago)
- Topics: gksdud, hangeul, hangul, ime, korean, nodejs, npm
- Language: JavaScript
- Homepage: https://chalkpe.github.io/gksdud/
- Size: 42 KB
- Stars: 35
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gksdud
[](https://github.com/ChalkPE/gksdud/actions) [](LICENSE) [](https://bundlephobia.com/result?p=gksdud) [](https://www.npmjs.com/package/gksdud)
A tiny JavaScript utility that corrects miswritten Hangeul sentences like [*gksdud*](https://en.wikipedia.org/wiki/Language_input_keys#Han/Yeong_(%ED%95%9C/%EC%98%81))
한영키를 안 누르고 잘못 입력한 문장들을 고쳐주는 작은 자바스크립트 유틸리티
*<1kb minified, one file, and no dependencies!*
## Install
```bash
npm i gksdud
yarn add gksdud
```
## Usage
```js
import gksdud from 'gksdud'
gksdud('ebsi') //듀나
gksdud('Qkdtkd RofkdRofkd') //빵상 깨랑깨랑
gksdud('gksdudzlrk dks ehody') //한영키가 안 돼요
```