From 993d2c683986023dadb59a866cee57d583a91960 Mon Sep 17 00:00:00 2001 From: Thomas Nesges Date: Tue, 30 Jul 2024 17:56:33 +0200 Subject: [PATCH] Update README.md: Download SVF preview (#316) document the preview URL as mentioned in https://github.com/lovasoa/whitebophir/issues/315#issuecomment-2258401332 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 61eb5506..1ed62f29 100644 --- a/README.md +++ b/README.md @@ -160,3 +160,7 @@ Example: `docker run -e STATSD_URL=udp://127.0.0.1:8125 lovasoa/wbo`. - If you use **prometheus**, you can collect the metrics with [statsd-exporter](https://hub.docker.com/r/prom/statsd-exporter). - If you use **datadog**, you can collect the metrics with [dogstatsd](https://docs.datadoghq.com/developers/dogstatsd). + +## Download SVG preview + +To download a preview of a board in SVG format you can got to `/preview/{boardName}`, e.g. change https://wbo.ophir.dev/board/anonymous to https://wbo.ophir.dev/preview/anonymous. The renderer is not 100% faithful, but it's often good enough.