rm8x / aframe-oscsend-component

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

Error with browser files #1

Open dgrmunch opened 6 years ago

dgrmunch commented 6 years ago

Hi! I have tried the example with the browser files and I get this error in Firefox:


TypeError: OSC is undefined
[Saber más]
aframe-oscsend-component.min.js:88:6
<anónimo>
https://unpkg.com/aframe-oscsend-component/dist/aframe-oscsend-component.min.js:88:6
__webpack_require__
https://unpkg.com/aframe-oscsend-component/dist/aframe-oscsend-component.min.js:20:12
<anónimo>
https://unpkg.com/aframe-oscsend-component/dist/aframe-oscsend-component.min.js:40:18
<anónimo>
https://unpkg.com/aframe-oscsend-component/dist/aframe-oscsend-component.min.js:1:11

Thanks!

rm8x commented 6 years ago

@dgrmunch thanks, should be fixed now.

dgrmunch commented 6 years ago

Thanks! I will check it up soon then! :)