rm8x / aframe-oscsend-component

Aframe component that sends OSC messages over a WebSocket connection
MIT License
2 stars 0 forks source link

My 2 cents: an external dependency have changed... #3

Open Brun0oO opened 6 years ago

Brun0oO commented 6 years ago

Hi,

On your example (github page and readme.md) , you should replace the following line: <script src="https://rawgit.com/adzialocha/osc-js/master/dist/osc.min.js"></script> with this line: <script src="https://rawgit.com/adzialocha/osc-js/master/lib/osc.js"></script> in order to make the demo fully operational again...

Regards, Brun0oO