UNPKG

electron-secure-virtual-keyboard

Version:

A secure electron based virtual keyboard. Uses electron's sendInputEvent api to implement a simple customizable soft keyboard.

7 lines (4 loc) 157 B
const factory = require('./src/client.js'); if (typeof jQuery === 'undefined') throw new Error('jQuery not found in the global scope'); factory(jQuery);