From d49fbcc18df97008165e5dfdf63fdcb968a97f3c Mon Sep 17 00:00:00 2001 From: alphaeusmote <41258468-alphaeusmote@users.noreply.replit.com> Date: Sat, 24 May 2025 02:34:38 +0000 Subject: [PATCH] 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 --- docs/screenshots/README.md | 18 +++- docs/screenshots/svg-to-png.html | 138 +++++++++++++++++++++++++++++++ 2 files changed, 155 insertions(+), 1 deletion(-) create mode 100644 docs/screenshots/svg-to-png.html diff --git a/docs/screenshots/README.md b/docs/screenshots/README.md index d3c0143..66ceb41 100644 --- a/docs/screenshots/README.md +++ b/docs/screenshots/README.md @@ -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. diff --git a/docs/screenshots/svg-to-png.html b/docs/screenshots/svg-to-png.html new file mode 100644 index 0000000..3dcd6ad --- /dev/null +++ b/docs/screenshots/svg-to-png.html @@ -0,0 +1,138 @@ + + +
+ + +