An abstraction layer for Elgato's Stream Deck plugin SDK
Have questions? ask on Stream Deck's Community Ran Discord
npm install --save easy-streamdeck-sdk
npm install -g browserify
npm run build
Simply require the package, then call the streamdeck.start()
function as detailed in the api.md
After building, include the easy-streamdeck.js file as the first resource to be loaded by your plugin
<script src="./path/to/easy-streamdeck.js"></script>
<!-- other scripts that depend on it -->
Documentation for the api can be found in API.md