Add screenshot capture tool and dev setup docs

This commit is contained in:
Ian Gulliver
2026-08-15 13:16:05 -07:00
parent 80b274c544
commit 20c89a61d9
8 changed files with 117 additions and 1 deletions
+12
View File
@@ -1,3 +1,15 @@
module heliosian
go 1.26
require github.com/chromedp/chromedp v0.16.0
require (
github.com/chromedp/cdproto v0.0.0-20260714215040-dc233986426f // indirect
github.com/chromedp/sysutil v1.1.0 // indirect
github.com/go-json-experiment/json v0.0.0-20260623181947-01eb4420fa68 // indirect
github.com/gobwas/httphead v0.1.0 // indirect
github.com/gobwas/pool v0.2.1 // indirect
github.com/gobwas/ws v1.4.0 // indirect
golang.org/x/sys v0.47.0 // indirect
)