spoolweight: read spool QR code and scale weight from a photo

This commit is contained in:
Ian Gulliver
2026-05-31 10:44:29 -07:00
commit d3e9cc8e54
4 changed files with 446 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
module spoolweight
go 1.26.2
require (
github.com/makiuchi-d/gozxing v0.1.1
golang.org/x/image v0.41.0
)
require (
golang.org/x/text v0.37.0 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
)