Mini Metro Map Building Tool: Create mini metro-style subway maps
.
Supports unlimited stations and lines, supports multiple crossings of the same station, set background images, set sub lines, and supports exporting images.
https://mini-metro-web.gitlab.io/
Click the title in the top left corner to enter the menu, click any blank area to exit the menu.
- Menu => Station => Add Station
- Click on a blank area to add
- Click any station
- Select Action => Create new line from this point
- Follow the prompts to click stations in sequence to add them to the line
- Click the station/line
- Select Action => Delete
- Click the line => Set background
- Choose
Pure White
/Light Yellow
/Color Picker
to set the background color - Choose
Import Background Image
to import an image - After importing the image, enter the image editing page, where you can drag to adjust the image position and modify the image transparency
Menu => Export as image/file
Please refer to the in-app tutorial or video tutorial
Like most React projects, first run npm i
, then:
Run locally Open http://localhost:3000 to view in the browser.
Build into static files