KmnCompiler.write() method
Home > @keymanapp/kmc-kmn > KmnCompiler > write
KmnCompiler.write() method
Write artifacts from a successful compile to disk, via callbacks methods. The artifacts written may include:
- .kmx file - binary keyboard used by Keyman on desktop platforms - .kvk file - binary on screen keyboard used by Keyman on desktop platforms - .js file - Javascript keyboard for web and touch platforms
Signature:
write(artifacts: KmnCompilerArtifacts): Promise<boolean>;
Parameters
Parameter | Type | Description |
---|---|---|
artifacts | KmnCompilerArtifacts | object containing artifact binary data to write out |
Returns:
Promise<boolean>
true on success