psx map standalone exporter
This commit is contained in:
parent
a9153546ae
commit
2f243976b6
16 changed files with 3254 additions and 5 deletions
11
psx-map-exporter/package.json
Normal file
11
psx-map-exporter/package.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"name": "psx-map-exporter",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"export": "node src/cli.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"pngjs": "^7.0.0"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue