mirror of
https://github.com/eliasstepanik/strudel.git
synced 2026-01-11 21:58:37 +00:00
fix server import
This commit is contained in:
parent
42e2531e8d
commit
6bdb0fee55
@ -1,4 +1,4 @@
|
||||
const OSC = require('./osc-js/osc.js');
|
||||
const OSC = require('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…
x
Reference in New Issue
Block a user