Added support for Streamdeck Pedal and updated UI to better fit the Packed UI style

This commit is contained in:
2026-02-27 22:47:08 +01:00
committed by erik
parent 5a70f775f1
commit 93faae5cc8
1463 changed files with 306917 additions and 0 deletions

16
node_modules/@elgato-stream-deck/core/README.md generated vendored Normal file
View File

@@ -0,0 +1,16 @@
# @elgato-stream-deck/core
![Node CI](https://github.com/Julusian/node-elgato-stream-deck/workflows/Node%20CI/badge.svg)
[![codecov](https://codecov.io/gh/Julusian/node-elgato-stream-deck/branch/master/graph/badge.svg?token=Hl4QXGZJMF)](https://codecov.io/gh/Julusian/node-elgato-stream-deck)
[![npm version](https://img.shields.io/npm/v/@elgato-stream-deck/core.svg)](https://npm.im/@elgato-stream-deck/core)
[![license](https://img.shields.io/npm/l/@elgato-stream-deck/core.svg)](https://npm.im/@elgato-stream-deck/core)
[`@elgato-stream-deck/core`](https://github.com/julusian/node-elgato-stream-deck) is a shared library for interfacing
with the various models of the [Elgato Stream Deck](https://www.elgato.com/en/gaming/stream-deck).
You should not be importing this package directly, instead you will want to do so via one of the wrapper libraries to provide the appropriate HID bindings for your target platform:
- [`@elgato-stream-deck/node`](https://npm.im/@elgato-stream-deck/node)
- [`@elgato-stream-deck/webhid`](https://npm.im/@elgato-stream-deck/webhid)
- [`@elgato-stream-deck/tcp`](https://npm.im/@elgato-stream-deck/tcp)