wz-parser
v0.0.4
Published
A maplestory wz parser for node
Downloads
2
Readme
wz-parser
A maplestory wz files' parser for node.
Statement
The source code is come from a part of this repo, PhilippSchwab / MapleStory-node-resources, the project just saperate the parser module and build it.
Usage
const {
FileClass,
WzFile,
WzImage
} = require('./parser')
let MapWz = new WzFile('../origin/Map.wz')
await MapWz.parse()
let Map0img = new WzImage(MapWz.value.dir[0])
await Map0img.extractImg()