use local osc.js
This commit is contained in:
parent
5aa01ce91c
commit
324dcd7ef8
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
const OSC = require('osc-js');
|
||||
const OSC = require('./osc-js/osc.js');
|
||||
|
||||
const config = {
|
||||
receiver: 'ws', // @param {string} Where messages sent via 'send' method will be delivered to, 'ws' for Websocket clients, 'udp' for udp client
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue