add printer

This commit is contained in:
2026-03-16 22:42:30 +06:30
parent 5c84b96fcf
commit a7b923798b
11 changed files with 1544 additions and 0 deletions

16
go.mod Normal file
View File

@@ -0,0 +1,16 @@
module libgofunc
go 1.22.0
require (
github.com/dlclark/regexp2 v1.11.5
github.com/fogleman/gg v1.3.0
github.com/kenshaw/escpos v0.0.0-20221114190919-df06b682a8fc
golang.org/x/image v0.24.0
golang.org/x/net v0.34.0
)
require (
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
golang.org/x/text v0.22.0 // indirect
)