2.0.1 • Published 5 years ago

easy-streamdeck-sdk v2.0.1

Weekly downloads
4
License
ISC
Repository
github
Last release
5 years ago

easy-streamdeck

An abstraction layer for Elgato's Stream Deck plugin SDK

Help

Have questions? ask on Stream Deck's Community Ran Discord

Usage

Install

to come

Build

npm install -g browserify
browserify index.js > easy-streamdeck.js

Include

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 -->

API

Documentation for the api can be found in API.md

2.0.1

5 years ago

2.0.0

5 years ago