mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-13 12:19:25 +00:00
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. |
||
|---|---|---|
| .. | ||
| docs | ||
| src | ||
| .c8rc.json | ||
| .gitignore | ||
| .mocharc.env.js | ||
| .mocharc.json | ||
| build.sh | ||
| package.json | ||
| README.md | ||
| test.sh | ||
| tsconfig.json | ||
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.