Package Exports
- hangul-virtual-keyboard
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (hangul-virtual-keyboard) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
hangul-virtual-keyboard
기존의 simple-keyboard에서 제공하는 Korean 버전은 받침이 입력되지 않는 문제점이 있습니다. 이를 해결하기 위해 hangul-js의 Hangul.assemble을 이용했습니다. 한글의 자음/모음을 조합하여 글자로 보여줍니다.
The slick virtual keyboard for Javascript. Compatible with your JS, React, Angular or Vue projects.
hangul-js
Hangul.js는 한글로 이루어진 문장의 자음과 모음을 분리하는 자바스크립트 라이브러리입니다. 자모 분리 또는 초성 검색에 사용할 수 있습니다.
📦 Installation & Usage
npm install hangul-virtual-keyboard
import Keyboard from 'hangul-virtual-keyboard';
🚀 Demo (simple-keyboard)
Demo Showcase (Vanilla, Angular, React, Vue)
📖 Documentation (simple-keyboard)
Check out the simple-keyboard documentation site.
Feel free to browse the Questions & Answers (FAQ) page for common use-cases.
To run demo on your own computer
- Clone this repository
npm install
npm start
- Visit http://localhost:3000/
Other versions
✳️ Modules (simple-keyboard)
You can extend simple-keyboard's functionality with modules. Such as:
Want to create your own module? Check out the Modules page for instructions.
✅ Contributing
PR's and issues are welcome. Feel free to submit any issues you have at: https://github.com/LeeSongA/hangul-virtual-keyboard/issues