https://github.com/elgatosf/sample-customlayout
Stream Deck SDK sample to show how to create and use custom layouts on SD+ panels
https://github.com/elgatosf/sample-customlayout
javascript stream-deck stream-deck-development
Last synced: 12 months ago
JSON representation
Stream Deck SDK sample to show how to create and use custom layouts on SD+ panels
- Host: GitHub
- URL: https://github.com/elgatosf/sample-customlayout
- Owner: elgatosf
- Created: 2022-12-23T10:38:32.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-05T16:05:35.000Z (almost 3 years ago)
- Last Synced: 2024-08-01T21:47:52.856Z (over 1 year ago)
- Topics: javascript, stream-deck, stream-deck-development
- Language: JavaScript
- Homepage:
- Size: 642 KB
- Stars: 7
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
> [!IMPORTANT]
> The new [Stream Deck SDK](https://github.com/elgatosf/streamdeck) is now available, with new [Stream Deck plugin samples](https://github.com/elgatosf/streamdeck-plugin-samples).
>
> This repository has been marked as deprecated, and will soon be deleted. If you have any questions, please contact us via [maker@elgato.com](maker@elgato.com), or join our [Makertplace Makers](https://discord.gg/GehBUcu627) Discord community.
# A Sample Custom Layout Stream Deck Plugin

## Changes:
### 0.1.0.05
- removed type `placcard` from [customlayout.json](src/com.elgato.sample-customlayout-plugin.sdPlugin/layout/customlayout.json)
- changed property `z-order` to `zOrder` in [customlayout.json](src/com.elgato.sample-customlayout-plugin.