spiegel-keyman/common/web/gesture-recognizer
2024-05-29 10:58:04 +07:00
..
docs chore(web): removes old doc that has completed its purpose 2024-04-30 09:31:15 +07:00
src chore(web): and the corresponding patch-up for gesture unit-tests 2024-05-29 10:58:04 +07:00
.c8rc.json chore(web): reorganizes gesture-recognizer source in prep for chopping subsegmentation 2023-06-22 14:25:10 +07:00
.gitignore feat(web): baseline file organization 2022-06-27 11:44:44 +07:00
.mocharc.env.js feat(web): the bulk of gesture-staging implementation 2023-08-11 16:10:03 +07:00
.mocharc.json feat(web): the bulk of gesture-staging implementation 2023-08-11 16:10:03 +07:00
build.sh fix(web): configure should prep playwright 2024-05-15 15:55:45 +07:00
package.json chore(web): gesture-recognizer dom test conversion 2024-05-15 14:48:51 +07:00
README.md chore(web): addresses PR concerns 2022-07-12 12:09:52 +07:00
test.sh chore(web): gesture-recognizer testing - local vs ci 2024-05-15 14:48:52 +07:00
tsconfig.json chore(web): and the corresponding patch-up for gesture unit-tests 2024-05-29 10:58:04 +07:00

Keyman: Gesture Recognizer Module

The Original Code is (C) SIL International

The Gesture Recognizer module is an internal component for all of Keyman's Web-based OSKs. At this time, this is only referenced by KeymanWeb, seen within this repo at /web/.

Minimum Compilation Requirements

See the repo-level document for build configuration for details on how to configure your build environment.

  • Follow the Keyman Engine for Web (KeymanWeb) requirements where appropriate.