ninjadev64 / OpenDeck

OpenDeck is a desktop application that provides Stream Deck-like functionality, implementing the Elgato Stream Deck SDK for cross-compatibility.
https://discord.gg/26Nf8rHvaj
BSD 3-Clause "New" or "Revised" License
85 stars 5 forks source link

Add Node PluginInstance for js plugin #12

Closed guillaumefalvet closed 1 month ago

guillaumefalvet commented 1 month ago

Description

How to test ?

⚠️ It is required to have node (minimum version 20 installed, plugin shoudn't work without the proper version anyway and opendeck will return an error)

Install elgato's npm cli & create a basic nodeJS plugin

checkout elgato's readme for more info about nodejs plugins.

Rest is rocket science.

guillaumefalvet commented 1 month ago

@ninjadev64 Thanks for your review, I have made the changes you have requested. Let me know if there is anything else you see that i need to change.

ninjadev64 commented 1 month ago

LGTM! :+1: