mirror of
https://github.com/jwetzell/osc-js.git
synced 2026-08-13 11:13:42 +00:00
remove example
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
const osc = require('../dist/index.js')
|
||||
|
||||
const buffer = osc.messageToBuffer({address:'/hello1',args:[{type: 's', value: 'arg1'}]})
|
||||
|
||||
console.log(buffer)
|
||||
const message = osc.messageFromBuffer(buffer)
|
||||
|
||||
console.log(message)
|
||||
Reference in New Issue
Block a user