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