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

20
node_modules/@elgato-stream-deck/node-lib/README.md generated vendored Normal file
View File

@@ -0,0 +1,20 @@
# @elgato-stream-deck/node-lib
![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/node-lib.svg)](https://npm.im/@elgato-stream-deck/node-lib)
[![license](https://img.shields.io/npm/l/@elgato-stream-deck/node-lib.svg)](https://npm.im/@elgato-stream-deck/node-lib)
[`@elgato-stream-deck/node-lib`](https://github.com/julusian/node-elgato-stream-deck) is an internal library, used for interfacing
with the various models of the [Elgato Stream Deck](https://www.elgato.com/en/gaming/stream-deck) through node.
## Intended use
This is an internal helper library of the @elgato-stream-deck projects, it should not be used by others or directly.
## Contributing
The elgato-stream-deck team enthusiastically welcomes contributions and project participation! There's a bunch of things you can do if you want to contribute! Please don't hesitate to jump in if you'd like to, or even ask us questions if something isn't clear.
Please refer to the [Changelog](CHANGELOG.md) for project history details, too.