Render CSV or JSON tilemap data with an uploaded tileset using configurable tile size, tileset columns, spacing, margins, empty IDs, and PNG export.
Render CSV or JSON tilemap data with an uploaded tileset using configurable tile size, tileset columns, spacing, margins, empty IDs, and PNG export.
It parses a rectangular tile array, converts each non-empty tile ID into a tileset row and column, and draws the corresponding source rectangle onto the map canvas.
Download the rendered map as PNG and copy normalized JSON containing width, height, tile dimensions, and tile IDs.
Tile IDs may be zero-based or one-based depending on the source engine; use the first tile ID setting to align the preview.
No. Image loading, canvas processing, previews, animation, copying, and downloads are handled locally in your browser.