From 652dee1013ae99789199cc229d6652b3323ae7de Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Fri, 9 Apr 2021 10:02:04 -0400 Subject: [PATCH] added url parsing --- Demos.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Demos.md b/Demos.md index 2a77887..babbcf2 100644 --- a/Demos.md +++ b/Demos.md @@ -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: +- Enable `WebWorkers`: +- Skip pre-loading and warming up: +


### Face 3D Rendering using OpenGL