UNPKG

@interactify-live/short

Version:

Pure MQTT connector for Interactify short videos - no UI or video dependencies

5 lines (4 loc) 142 B
import { Connector } from "./connector"; import type { ShortMessage } from "./connector"; export { Connector }; export type { ShortMessage };