spiegel-keyman/web/src/engine/device-detect
2023-02-28 08:42:08 +07:00
..
src change(web): engine key event forwarding, osk path config 2023-02-28 08:42:08 +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 change(web): applies new include style to new child scripts 2023-02-27 08:50:59 +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.