webFaceID
webFaceID copied to clipboard
fixing few bugs in demo.
main.go boxutil package has x into its path which is not found on filesystem for that go was throwing errors. removed x to build script.
assets/app.js script to create media stream was using old api. wrap that code in try block. if modern browser throws exception use new api otherwise keep using old api call.