This plugin uses the Elgato Distribution Tool to package a Stream Deck plugin.
import streamDeckPackage from "@fcannizzaro/rollup-stream-deck-package";
export default {
plugins: [
streamDeckPackage({
plugin: "./com.sample.plugin.sdPlugin",
}),
],
};
-
plugin
path to plugin folder (.sdPlugin) -
output
path to output folder (default:./
)
MIT