spiegel-keyman/web/src/engine/device-detect
2023-03-15 09:29:00 +07:00
..
src change(web): css cache-bust, webview-mode default options 2023-03-15 09:29:00 +07:00
build-bundler.js change(web): reworks Web build to #8198 - builds with parent-child pattern 2023-02-22 12:05:23 +07:00
build.sh chore(web): updates new scripts to optimized form (see #8416) 2023-03-14 12:38:26 +07:00
readme.md docs(web): tools -> engine readme.md tweaks 2022-11-29 09:46:47 +07:00
tsconfig.json refactor(web): extracts common config settings, creates corresponding esmodule 2023-02-20 13:43:22 +07:00

engine/device-detect

This submodule provides the subset of the main engine's Web-oriented code that's used to detect the user's device in isolation from the rest of KMW code. Fortunately, it doesn't have any cross-references with other top-level KMW code, so it was possible to modularize in the form seen here.