osc-js icon indicating copy to clipboard operation
osc-js copied to clipboard

Export `Message` class (and possibly other classes)

Open arnoson opened this issue 3 years ago • 0 comments

I'm using your library in a project where I only need the Message class. It would be great if I could import it like this:

import { Message } from 'osc-js'

I could just import it like this, but this will load all the other code which I don't need in this case

import OSC from 'osc-js`
const { Message } = OSC

arnoson avatar Jun 19 '22 15:06 arnoson