Julusian / node-elgato-stream-deck

A Node.js library for interfacing with the Elgato Stream Deck. https://julusian.github.io/node-elgato-stream-deck/
https://www.npmjs.com/org/elgato-stream-deck
MIT License
163 stars 21 forks source link

feat: remove use of 'buffer' polyfill for webhid and `Buffer` types #96

Closed Julusian closed 2 months ago

Julusian commented 4 months ago

Use native UInt8Array, DataView and friends instead

Julusian commented 2 months ago

Done as part of #97