A Node.js library for interfacing with the Elgato Stream Deck. https://julusian.github.io/node-elgato-stream-deck/
163
stars
21
forks
source link
feat: remove use of 'buffer' polyfill for webhid and `Buffer` types #96
Closed
Julusian closed 2 months ago
Use native
UInt8Array
,DataView
and friends instead