spiegel-keyman/common/web/gesture-recognizer
2022-07-11 13:02:01 +07:00
..
docs feat(web): another iteration on boundary zone design/logic 2022-06-27 14:24:40 +07:00
samples feat(web): initial skeleton for gesture-recognizer host page 2022-07-11 13:02:01 +07:00
src fix(web): missed config type-check 2022-07-11 13:01:09 +07:00
.gitignore feat(web): baseline file organization 2022-06-27 11:44:44 +07:00
package.json chore(web): baseline build script for gesture-recognizer 2022-06-27 11:44:44 +07:00
README.md feat(web): baseline file organization 2022-06-27 11:44:44 +07:00

Keyman: Gesture Recognizer Module

The Original Code is (C) 2022-2022 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

  • A local installation of Node.js v8.9+.
    • Builds will call npm install to automatically install further necessary build dependencies.

    • Linux users can run the following to update to LTS version of nodejs

sudo apt-get install python-software-properties
curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
sudo apt-get install nodejs

The build script may be found at src/build.sh.