spiegel-keyman/web/src/engine/keyboard
2024-08-15 10:12:27 +07:00
..
src refactor(web): remove engine/interfaces dependency on engine/js-processor 2024-08-15 10:12:27 +07:00
.c8rc.json refactor(web): move remaining parts of keyboard-processorkeyboard 2024-08-12 19:40:15 +02:00
.gitignore refactor(web): move remaining parts of keyboard-processorkeyboard 2024-08-12 19:40:15 +02:00
build.sh refactor(web): move tests to test/auto/headless 2024-08-13 19:00:38 +02:00
README.md refactor(web): move remaining parts of keyboard-processorkeyboard 2024-08-12 19:40:15 +02:00
tsconfig.all.json refactor(web): move remaining parts of keyboard-processorkeyboard 2024-08-12 19:40:15 +02:00
tsconfig.json refactor(web): move remaining parts of keyboard-processorkeyboard 2024-08-12 19:40:15 +02:00

Keyman: Keyboard Processor Module

The Original Code is (C) 2017-2024 SIL International

The Keyboard Processor module is an internal component of 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 update to LTS version of nodejs by following instructions on the NodeSource Distributions page.


The main build script may be found in this folder at ./build.sh.