spiegel-keyman/web/src/engine/device-detect
2023-06-16 11:35:10 +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): centralizes /web project bundling configs 2023-06-16 11:35:10 +07:00
build.sh chore(web): extra build-script cleanup 2023-05-30 08:57:45 +07:00
readme.md docs(web): tools -> engine readme.md tweaks 2022-11-29 09:46:47 +07:00
tsconfig.json chore(web): centralizes main KMW component tsconfig settings 2023-06-14 09:02:46 +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.