Simplify qrunweb renderer and update screenshot utility

This commit is contained in:
Ian Gulliver
2026-02-19 00:00:17 -07:00
parent 7a90916162
commit 3e458bfce0
2 changed files with 218 additions and 358 deletions

View File

@@ -1,2 +1,2 @@
#!/bin/bash
exec go run ./cmd/qrunweb/ "--run-and-exit=shot-scraper http://localhost:8080/ -o /tmp/timeline.png --width 1000 --height ${1:-1200}"
exec go run ./cmd/qrunweb/ "--run-and-exit=shot-scraper http://localhost:8080/ -o ${2:-/tmp/timeline.png} --width 1000 --height ${1:-1200}"