artnet-protocol
Version:
Protocol implementation for ArtNet
8 lines • 413 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ArtNetController = exports.protocol = void 0;
const protocol = require("./protocol");
exports.protocol = protocol;
const controller_1 = require("./controller");
Object.defineProperty(exports, "ArtNetController", { enumerable: true, get: function () { return controller_1.ArtNetController; } });
//# sourceMappingURL=index.js.map