generate copilote road tiles from a
png
.
$ npm i -g brocessing/copilote-tile-converter
channel | type |
---|---|
RED |
road |
BLUE |
buildings |
GREEN |
props |
ALPHA |
n/a |
copit
Usage:
copit -i tile.png
copit -i tile.png -o tile.json
copit --help
copit --version
Options:
-h, --help Show this screen.
-i, --input <path> Specify the png file to convert from.
-o, --output <path> Specify the json file to output to.
-p, --pretty Add spaces and line breaks to the json.
-v, --version Print the current version.
MIT.