Registry / utility / skip2-go-qrcode

skip2-go-qrcode

JSON →
library0.0.0-20200617195104-da1b6568686egogounverified

Package qrcode implements a QR Code encoder.

go get github.com/skip2/go-qrcode
INSTALL
IMPORT
SIG · SKIP2-GO-QRCODE
S
skip2-go-qrcode
utilitygov0.0.0-20200617195104-da1b6568686e
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/skip2/go-qrcode

Generate a QR code PNG image from a string.

package main import ( "github.com/skip2/go-qrcode" ) func main() { err := qrcode.WriteFile("https://example.com", qrcode.Medium, 256, "qr.png") if err != nil { panic(err) } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20200617195104-da1b6568686elatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
skip2-go-qrcode — go get skip2-go-qrcode · libregistry