XadillaX / wix-parser

Parser for *.wix (Legacy version of "Legend of Mir2") files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Parser for *.wix (Legacy version of "Legend of Mir2") files.

License:MIT License


Languages

Language:JavaScript 100.0%