UNPKG

@dmx-cloud/dmx

Version:

A NodeJS DMX realtime control library

11 lines (9 loc) 238 B
export class BBDMXDriver extends AbstractDriver { constructor(options?: {}); host: any; port: any; serial: dgram.Socket; ready: boolean; } import * as dgram from 'node:dgram' import {AbstractDriver} from './index.js'