Images for global KZ maps available in the following:
- Full (1920x1080) - JPG/WEBP
- Medium (512x288) - JPG/WEBP
- Thumbnail (200x113) - JPG/WEBP
Images in the source directory are used to build the variants, high-quality images are preferred.
Generated images are in the public branch.
This repository is also hosted on GitHub Pages.
The following are available:
maps.json
andmaps.min.json
- A JSON file containing all the images and their urls.images
- Directory wherefull
JPG images are generated.mediums
- Directory wheremedium
JPG images are generated.thumbnails
- Directory wherethumbnail
JPG images are generated.webp
- Directory wherefull
WEBP images are generated.webp/medium
- Directory wheremedium
WEBP images are generated.webp/thumb
- Directory wherethumbnail
WEBP images are generated.
- https://github.com/KZGlobalTeam/map-images/raw/public/maps.json
- https://github.com/KZGlobalTeam/map-images/raw/public/maps.min.json
If you would like to add missing map images, follow the steps:
- Fork this repository.
- Upload the images to the
images
directory in your repository. - Commit and push your changes.
- Create a pull request from your repository to here.