PISamples
is a sample plugin demonstrating the Stream Deck SDK.
PISamples
is a plugin that shows all supported HTML elements in the Property Inspector.
- code written in Javascript
- cross-platform (macOS, Windows)
- Property Inspector contains all supported HTML-elements ready for copy/paste.
- index_pi.js includes some simple scripts to add interactivity to the PI, and shows how you could pass data to the plugin.
- allows easy drag and drop of it's elements to your HTML-editor; just drag the item to your Property Inspector's .html file.
In the Release folder, you can find the file com.elgato.pisamples.streamDeckPlugin
. If you double-click this file on your machine, Stream Deck will install the plugin.
The Sources folder contains the source code of the plugin.