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
/
src
/
export.coffee
4 lines
•
85 B
text/coffeescript
View Raw
1
2
3
4
module
.exports = {
WAD
:
require
(
"./wad.js"
)
MapEdit
:
require
(
"./map.js"
) }