An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# gksdud

[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/chalkpe/gksdud/test.yml?style=flat-square)](https://github.com/ChalkPE/gksdud/actions) [![MIT License](https://img.shields.io/github/license/ChalkPE/gksdud.svg?style=flat-square)](LICENSE) [![code size](https://img.shields.io/bundlephobia/min/gksdud.svg?style=flat-square)](https://bundlephobia.com/result?p=gksdud) [![npm downloads](https://img.shields.io/npm/dt/gksdud.svg?style=flat-square)](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') //한영키가 안 돼요
```