hangul-virtual-keyboard
v1.0.2
Published
On-screen Javascript Virtual Keyboard (Korean layout, English layout)
Downloads
59
Maintainers
Readme
hangul-virtual-keyboard
기존의 simple-keyboard에서 제공하는 Korean 버전은 받침이 입력되지 않는 문제점이 있습니다. 이를 해결하기 위해 hangul-js의 Hangul.assemble을 이용했습니다. 한글의 자음/모음을 조합하여 글자로 보여줍니다.
📦 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