Registry / utility / yeqown-go-qrcode-v2

yeqown-go-qrcode-v2

JSON →
library2.2.5gogounverified

A Go library for generating QR codes with customizable encoding and output options.

go get github.com/yeqown/go-qrcode/v2
INSTALL
IMPORT
SIG · YEQOWN-GO-QRCODE-V
Y
yeqown-go-qrcode-v2
utilitygov2.2.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

qrcode
github.com/yeqown/go-qrcode/v2

Generate a QR code from a URL and save it as a PNG image.

package main import ( "github.com/yeqown/go-qrcode/v2" ) func main() { qr, err := qrcode.New("https://example.com") if err != nil { panic(err) } err = qr.Save("./qrcode.png") if err != nil { panic(err) } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.2.5latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
21 hits · last 30 days
node
20
OpenAI (training)
1
Resources
yeqown-go-qrcode-v2 — go get yeqown-go-qrcode-v2 · libregistry