UNPKG

@elgato/streamdeck

Version:

The official Node.js SDK for creating Stream Deck plugins.

9 lines (8 loc) 255 B
export * from "./command"; export * from "./device"; export * from "./events"; export * from "./i18n"; export * from "./layout"; export * from "./registration"; export * from "./target"; export { type Manifest } from "@elgato/schemas/streamdeck/plugins";