@choppu/shelljs-node-hid
v1.0.1
Published
Keycard Shell Node implementation of the communication layer
Readme
ShellJS Node HID
ShellJS Node HID is a Keycard Shell Node implementation of the communication layer.
[Node]/Electron (HID) – uses node-hid and usb.
Installation
npm install @choppu/shelljs-node-hidUsage example
import ShellJSNodeHID from "shelljs-node-hid";
...
let transport: any;
transport = await ShellJSNodeHID.TransportNodeHid.default.create();
...