msklc-parser
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

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.

Package Sidebar

Install

npm i msklc-parser

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

13.8 kB

Total Files

12

Last publish

Collaborators

  • interslavic-bot