spiegel-keyman/developer/src/kmc-kmn
Marc Durdin 70a50f0f67 refactor(developer): move osk module from common-types to developer-utils
This module is used only by Keyman Developer compiler. It was originally
in common-types because we didn't have a shared module for Developer.

Moving it to @keymanapp/developer-utils in order to improve its
documentation.
2024-02-26 14:57:27 +07:00
..
config feat(developer): add api-extractor and api-documenter and config 2024-02-26 11:37:32 +07:00
src refactor(developer): move osk module from common-types to developer-utils 2024-02-26 14:57:27 +07:00
test chore(developer): reduce WARN_TouchLayoutUsesUnsupportedGesturesDownlevel to HINT 2024-02-19 14:10:13 +07:00
.eslintrc.cjs refactor(developer): kmc-kmw becomes component of kmc-kmn 2023-06-20 11:52:23 +07:00
.gitignore chore(developer): more polish on wasm interfaces 2023-03-23 10:58:09 +07:00
build.sh feat(developer): add api documentation to build 2024-02-26 11:45:36 +07:00
Makefile feat(developer): kmc-kmn tdd framework 2023-03-23 10:14:25 +07:00
package.json refactor(developer): move osk module from common-types to developer-utils 2024-02-26 14:57:27 +07:00
README.md docs(developer): npm package readme files 2024-02-26 14:00:51 +07:00
tsconfig.json refactor(developer): move osk module from common-types to developer-utils 2024-02-26 14:57:27 +07:00

Keyman Developer - kmc-kmn

This package compiles .kmn keyboards into .kmx binary keyboard files. It can be used from the command line with @keymanapp/kmc.

Note: this package requires WASM support.