wz-parser
TypeScript icon, indicating that this package has built-in type declarations

0.0.4 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i wz-parser

Weekly Downloads

1

Version

0.0.4

License

MIT

Unpacked Size

767 kB

Total Files

16

Last publish

Collaborators

  • deviltea