Allow users to export screenshots as PNG files for better compatibility

Adds an HTML-based tool, svg-to-png.html, to convert SVG screenshots to PNG format for enhanced compatibility with documentation.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 9111ef36-26c8-4085-84ca-a35dc1fec1b5
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/7083d608-d6d3-4a6a-9a27-6286c5109627/83b3772f-6ea7-4e3a-8be8-a4837bd055d9.jpg
This commit is contained in:
alphaeusmote
2025-05-24 02:34:38 +00:00
parent 4a7f854a69
commit d49fbcc18d
2 changed files with 155 additions and 1 deletions
+17 -1
View File
@@ -1 +1,17 @@
Creating screenshot files from the captured images...
# DynamoDNS Screenshots
This directory contains visual assets for the DynamoDNS application:
## SVG Screenshots
- `auth-page.svg` - Authentication page mockup
- `dashboard.svg` - Dashboard overview mockup
- `dns-records.svg` - DNS Records management mockup
- `domains.svg` - Domains management mockup
## Conversion Tool
- `svg-to-png.html` - Browser-based tool to convert the SVG files to PNG format
## Documentation
- `screenshot-guide.md` - Guide explaining the purpose and content of each screenshot
The SVG format provides sharp, scalable images that can be viewed in any modern browser. To convert to PNG format for broader compatibility, open the `svg-to-png.html` file in a web browser and use the download buttons.