1.0.0 • Published 3 years ago
wix-parser v1.0.0
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.
1.0.0
3 years ago