spiegel-keyman/common/web/gesture-recognizer
2023-07-19 08:19:52 +07:00
..
docs change(web): TrackedPoint -> SimpleGestureSource 2023-07-13 10:27:22 +07:00
src chore(web): connects gesture-recognizer tests for Web CI testing 2023-07-19 08:19:52 +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
build-bundler.js fix(web): links tslib treeshaking to gesture-recognizer bundling 2023-06-20 15:32:06 +07:00
build.sh chore(web): build.sh configure fix 2023-06-29 14:22:43 +07:00
package.json chore(web): reorganizes gesture-recognizer source in prep for chopping subsegmentation 2023-06-22 14:25:10 +07:00
README.md chore(web): addresses PR concerns 2022-07-12 12:09:52 +07:00
test.sh chore(web): reorganizes gesture-recognizer source in prep for chopping subsegmentation 2023-06-22 14:25:10 +07:00
tsconfig.json chore(web): reorganizes gesture-recognizer source in prep for chopping subsegmentation 2023-06-22 14:25:10 +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.