spiegel-keyman/common/web/gesture-recognizer
2024-02-06 09:15:15 +07:00
..
docs chore(web): ~~Simple~~GestureSource 2023-08-04 16:11:07 +07:00
src fix(web): prevent invalid longpress shortcut triggers 2024-02-06 09:15:15 +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 change(web): converts most of lower-level Web module scripts 2023-12-18 10:08:07 +07:00
package.json feat(web): alternate artifact - es6-bundled Web 2023-12-18 10:32:35 +07:00
README.md chore(web): addresses PR concerns 2022-07-12 12:09:52 +07:00
test.sh fix(web): misc fixes and auto-test fixes 2023-09-20 09:58:29 +07:00
tsconfig.json fix(web): misc fixes and auto-test fixes 2023-09-20 09:58:29 +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.