Initial working prototype

This commit is contained in:
Chandler Swift 2025-01-13 22:50:12 -06:00
parent 46a865b97c
commit b5a29f1f54
Signed by: chandlerswift
GPG key ID: A851D929D52FB93F
10 changed files with 437 additions and 1 deletions

2
go.mod
View file

@ -1,3 +1,5 @@
module git.chandlerswift.com/chandlerswift/bannergen
go 1.23.4
require golang.org/x/image v0.23.0