Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 1.24 KB

README.md

File metadata and controls

35 lines (19 loc) · 1.24 KB

PISamples is a sample plugin demonstrating the Stream Deck SDK.

Description

PISamples is a plugin that shows all supported HTML elements in the Property Inspector.

Features

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

Installation

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.

Source code

The Sources folder contains the source code of the plugin.