UNPKG
node-wad
Version:
latest (0.2.6)
0.2.6
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.1
0.1.0
A Doom WAD parser and writer.
github.com/Gustavo6046/node-wad
Gustavo6046/node-wad
node-wad
/
testlog.js
11 lines
(6 loc)
•
171 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
// Generated by CoffeeScript 1.12.6
var
WAD
, fs, w; fs =
require
(
'fs'
);
WAD
=
require
(
'./src/wad.js'
); w =
WAD
.
read
(fs.
readFileSync
(process.
argv
[
2
]));
console
.
dir
(w);