This commit is contained in:
2025-08-24 01:42:55 +10:00
commit ac89951647
4 changed files with 231 additions and 0 deletions

8
go.mod Normal file
View File

@@ -0,0 +1,8 @@
module font-mapper
go 1.23.0
require (
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
golang.org/x/image v0.30.0
)