spiegel-keyman/common/web/gesture-recognizer
Joshua Horton c754a22d7f
Merge pull request #10173 from keymanapp/feat/web/path-base-coord-replacement
feat(web): enhanced flick resetting via path base-coord replacement 🐵
2023-12-13 14:09:32 +07:00
..
docs chore(web): ~~Simple~~GestureSource 2023-08-04 16:11:07 +07:00
src Merge pull request #10173 from keymanapp/feat/web/path-base-coord-replacement 2023-12-13 14:09:32 +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-bundler.js fix(web): links tslib treeshaking to gesture-recognizer bundling 2023-06-20 15:32:06 +07:00
build.sh fix(web): misc fixes and auto-test fixes 2023-09-20 09:58:29 +07:00
package.json chore(web): cleans up test-resource import path 2023-07-25 14:43:50 +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.