Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
osc.writeUtfString = (str)=>{ return osc.writeString(utf8.encode(str)) }
A JavaScript Open Sound Control (OSC) library that works in Node.js and the browser.