spiegel-keyman/web/src/engine/device-detect
2024-05-29 09:24:32 +07:00
..
src chore(web): removes web/ unused locals 2024-05-29 09:24:32 +07:00
build.sh chore(common): builder scripts now use /resources/build/builder.inc.sh 2024-05-02 15:54:31 +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.