Added step to create header image

This commit is contained in:
Leon Mika 2025-11-23 21:26:49 +11:00
parent 75fc8cc598
commit bb80a7315d
4 changed files with 76 additions and 1 deletions

8
go.mod Normal file
View file

@ -0,0 +1,8 @@
module lmika.dev/lmika/assets-for-lmika.org
go 1.25.3
require (
github.com/disintegration/imaging v1.6.2 // indirect
golang.org/x/image v0.0.0-20191009234506-e7c1f5e7dbb8 // indirect
)