added url parsing

master
Vladimir Mandic 2021-04-09 10:02:04 -04:00
parent d09d36cf9d
commit 652dee1013
1 changed files with 7 additions and 0 deletions

@ -43,6 +43,13 @@ all configurable in `browse.js:ui` configuration object and in the UI itself:
- `ui.drawPolygons`: connect detected points with polygons
- `ui.fillPolygons`: fill drawn polygons
Demo app can use URL parameters to override configuration values
For example:
- Force using `WASM` as backend: <https://vladmandic.github.io/human/demo/index.html?backend=wasm>
- Enable `WebWorkers`: <https://vladmandic.github.io/human/demo/index.html?worker=true>
- Skip pre-loading and warming up: <https://vladmandic.github.io/human/demo/index.html?preload=false&warmup=false>
<br><hr><br>
### Face 3D Rendering using OpenGL