touch-keyboard
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "touch-keyboard", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Virtual on-screen keyboard", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
@@ -5,3 +5,3 @@ # Touch Keyboard | ||
![screenshot](screenshot.jpg) | ||
![screenshot](https://raw.githubusercontent.com/fgnass/touch-keyboard/master/screenshot.jpg) | ||
@@ -48,5 +48,5 @@ The keyboard will show up whenever an input field (or textarea) is focused. | ||
![dark theme](dark.jpg) | ||
![dark theme](https://raw.githubusercontent.com/fgnass/touch-keyboard/master/dark.jpg) | ||
You can also style individual keys. The following code is taken from the [default config](src/defaults.js) and makes the shift and backspace keys twice was wide (regular keys are 1em wide): | ||
You can also style individual keys. The following code is taken from the [default config](https://github.com/fgnass/touch-keyboard/blob/master/src/defaults.js) and makes the shift and backspace keys twice was wide (regular keys are 1em wide): | ||
@@ -53,0 +53,0 @@ ```js |
158256