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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.4
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.4
    1
  • 0.0.3
    1
  • 0.0.2
    1
  • 0.0.1
    0

Package Sidebar

Install

npm i wz-parser

Weekly Downloads

2

Version

0.0.4

License

MIT

Unpacked Size

767 kB

Total Files

16

Last publish

Collaborators

  • deviltea