1.0.0 • Published 9 months ago

msklc-parser v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

msklc-parser

Parse Microsoft Keyboard Layout Creator (MSKLC) .klc files into a JSON representation.

Usage

To install:

npm install msklc-parser --save

To use:

import fs from 'fs';
import msklcParser from 'msklc-parser';

const klc = fs.readFileSync('path/to/klc/file.klc', 'utf8');
const json = msklcParser(klc);

License

Licensed under the MIT License. See LICENSE.md for details.

1.0.0

9 months ago