SuperFlyTV / xkeys

A Node.js module to interact with the X-keys panels.
MIT License
33 stars 12 forks source link

Feature: a web implementation of XKeysWatcher #104

Open loucadufault opened 4 months ago

loucadufault commented 4 months ago

The same use case for XKeysWatcher exists in browser-based environments as for the node implementation. The trouble is that the current node implementation relies on node specific packages.

I have made a pure-polling implementation that is compatible with the browser, opening this ticket to gauge interest/viability before opening a PR. Thanks!

nytamin commented 4 months ago

Yeah, this would be a good feature to add to the browser version as well! I'd gladly accept a PR! 👍