This package loads an A-Frame scene as a Mixed Reality Extension.
- Install this adapter:
npm install -g @microsoft/aframe-as-mre
- Start the MRE server and point it at the desired A-Frame app (URL or local file):
- By CLI argument:
aframe-as-mre https://aframe.io/aframe/examples/animation/aframe-logo/?ui=false
- By environment variable:
AFRAME_URL=/www-content aframe-as-mre
- By app argument:
ws://mres.altvr.com/aframe/?url=test.html
- By CLI argument: