0.0.4 • Published 3 years ago

wz-parser v0.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

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()
0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago