Simple app to demonstrate Augmented Reality using 2D QR codes.
This app is up and running at: https://ar2d.surge.sh
Fire it up, and hold up a QR code to your webcam.
In order to use the new Shape Detection API as of Chrome 59 you'll need to enable a flag:
In chrome://flags
enable Experimental Web Platform features
This demo will fallback to software detection of QR codes, provided your browser has webcam access at least.
If you're using a browser that doesn't have webcam support, then use a better browser :)
npm install
npm run build
npm run start
Then view the app: http://localhost:3012