WebXR API - Hit Test + Dom Overlay
This is an experiment using augmented reality features with the WebXR Device API. Upon entering AR, enjoy the flowers! 🌻
Run the following commands:
# Install dependencies (only the first time)
yarn
# Run the local server at localhost:8080
yarn dev
# Build for production in the dist/ directory
yarn build