spiegel-keyman/common/web/gesture-recognizer
Marc Durdin cd8121ef65 chore(common): builder scripts now use /resources/build/builder.inc.sh
Note: there is a bit of potential confusion about the difference between
/resources/builder.inc.sh (the full implementation for builder scripts),
and /resources/build/builder.inc.sh (the source script that builder
scripts should always use).

This allows us to make assumptions that will always be true for builder
scripts that may not be true for other scripts, such as setting base
folder.
2024-05-02 15:54:31 +07:00
..
docs chore(web): removes old doc that has completed its purpose 2024-04-30 09:31:15 +07:00
src chore(common): builder scripts now use /resources/build/builder.inc.sh 2024-05-02 15:54:31 +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 chore(common): builder scripts now use /resources/build/builder.inc.sh 2024-05-02 15:54:31 +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(ios): remove '--debug' from build declaration 2024-03-11 12:02:57 -05: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.