kiosk-virtual-keyboard
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "kiosk-virtual-keyboard", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "An electron based virtual keyboard. Uses electron's sendInputEvent api to implement a simple customizable soft keyboard.", | ||
@@ -5,0 +5,0 @@ "author": "Austin Ames", |
@@ -37,3 +37,3 @@ const keyboardLayout = { | ||
const { ipcRenderer } = require('electron'); | ||
export async function sendIpcEvent(data) { | ||
async function sendIpcEvent(data) { | ||
ipcRenderer.send('virtual-keyboard-keypress', data); | ||
@@ -40,0 +40,0 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
16394