JS script for minifying tile images.
- Node.js (developed on version
9.8.0
) - Install all other dependencies with
npm install
- Clone the project next to your tiles folder.
- Update
SRC
andDST
constants intiny_tiles.js
script. - Run with
node ./tiny_tiles.js
.
MIT