building index.js
This commit is contained in:
parent
31a040b03c
commit
1116b1404f
0
lib/timec.d.ts → lib/index.d.ts
vendored
0
lib/timec.d.ts → lib/index.d.ts
vendored
@ -264,4 +264,4 @@ ios.on("connection", socket => {
|
||||
});
|
||||
});
|
||||
http.listen(5001);
|
||||
//# sourceMappingURL=timec.js.map
|
||||
//# sourceMappingURL=index.js.map
|
File diff suppressed because one or more lines are too long
@ -13,7 +13,7 @@ import io = require("socket.io");
|
||||
var ioClient = require("socket.io-client")("http://192.168.1.142:5000", {reconect:true});
|
||||
ioClient.on("connect", ()=>{
|
||||
console.log("connected");
|
||||
})
|
||||
});
|
||||
var ios = io(http);
|
||||
const artnetp = require("artnet");
|
||||
const universe = 21;
|
||||
|
Loading…
Reference in New Issue
Block a user