mirror of
https://github.com/jwetzell/osc-js.git
synced 2026-08-16 12:43:25 +00:00
add dumb example
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
const osc = require('../dist/index.js')
|
||||
|
||||
const buffer = osc.messageToBuffer({address:'/hello',args:[{type: 's', value: 'arg1'}]})
|
||||
|
||||
console.log(buffer)
|
||||
Reference in New Issue
Block a user