:sparkles: QR Code encoder (Go)
Stars
3.0k
Forks
359
Watchers
3.0k
Open Issues
35
Overall repository health assessment
No package.json found
This might not be a Node.js project
38
commits
4
commits
3
commits
1
commits
1
commits
1
commits
1
commits
1
commits
1
commits
1
commits
Encode mixed numeric/alphanumeric data segments as one alphanumeric data segment if that's more efficient. Also add error check to NewWithForcedVersion(): Check if the content is too large for the requested QR code version.
da1b656View on GitHubMerge pull request #33 from vsenko/occasional-byte-encoding-efficiency-over-mixed-encoding
7ac0b40View on GitHubCheck if a single byte encoded segment would be more efficient than mixed encoding
9885e0eView on GitHubAdd DisableBorder option to disable the QR Code quiet zone entirely, thus no more margins/borders. Defaults to borders for compatibility.
cb3bf7bView on GitHub