tiled_map_web_viewer 0.5.2

A Tiled map viewer with WASM support for web deployment
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[build]
target = "index.html"
dist = "dist"

[watch]
ignore = ["assets/manifest.txt"]

# Generate manifest.txt before building
[[hooks]]
stage = "pre_build"
command = "python3"
command_arguments = ["scripts/generate_manifest.py"]