#aframe-html
This is a component for easily adding HTML as a material to your 3d objects in aframe VR.
Features
- Load content from a url (note: you'll be restricted by what urls you use unless you use CORS or proxy)
- Modify content directly
- Simulate mouse events ("mousedown","mouseup","mousemove","click")
Notes
- Check for other restrictions at http://cburgmer.github.io/rasterizeHTML.js/
#install
npm install aframe-html