2022-04-27 17:40:52 -05:00

446 B

wesnoth-map-diff

🗺 Print the diff between two maps

Setup

1 - Make sure you have Node on your system. If you don't have, install it. You can use nvm.

2 - Install the project dependencies:

npm i

3 - Build it:

npm run build:dev

4 - Run it:

node ./build/index.js old.map new.map output.png

Contributing

Run tests:

npm run test

Run lint:

npm run lint