add dumb example

This commit is contained in:
2024-10-02 21:33:36 -05:00
parent a5e6a08961
commit 719f5a0f15
+5
View File
@@ -0,0 +1,5 @@
const osc = require('../dist/index.js')
const buffer = osc.messageToBuffer({address:'/hello',args:[{type: 's', value: 'arg1'}]})
console.log(buffer)