Files
sporel-tool-atlas-baker/package.json

19 lines
700 B
JSON

{
"name": "sporel-tool-atlas-baker",
"version": "0.3.0",
"description": "Bake paired diffuse + height PNG atlases for the Sporel map-lib v0.3.0+ format. v0.2: edge-replicated padding (Rev 4 §13.3), --schema blob-14 E1 slot validation, collision.json sidecar E2 validation + pass-through, alpha-analysis opaque flag. Accepts PNG/WebP/JPG via jimp; v0.3 adds --mode sprite for diffuse-only atlases of irregularly-sized sprites with alias→UV-table sidecar",
"bin": {
"sporel-atlas-baker": "bin/atlas-baker.js"
},
"scripts": {
"test": "node --test tests/*.test.js"
},
"dependencies": {
"jimp": "^0.22.10",
"pngjs": "^7.0.0"
},
"engines": {
"node": ">=18"
}
}