Initial commit

This commit is contained in:
2026-02-24 17:34:02 +01:00
Unverified
parent e41d3598a4
commit 87d48c905a
4 changed files with 84 additions and 0 deletions

10
go.mod Normal file
View File

@@ -0,0 +1,10 @@
module profile-picture-generator
go 1.25.0
require github.com/fogleman/gg v1.3.0
require (
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
golang.org/x/image v0.36.0 // indirect
)