wix-parser
v1.0.0
Published
Parser for *.wix files.
Downloads
49
Readme
Wix Parser
Parser for *.wix (Legacy version of "Legend of Mir2") files.
Installation
$ npm install --save wix-parser
Usage
const path = require('path');
const { parse } = require('wix-parser');
const wix = await parse(path.join(process.cwd(), 'ChrSel.WIX'));
console.log(wix);
Contribution
PRs and issues are welcomed.