package aztec

import "git.sr.ht/~pingoo/stdx/barcode/aztec"

Package aztec can create Aztec Code barcodes

Index

Constants

const (
	DEFAULT_EC_PERCENT = 33
	DEFAULT_LAYERS     = 0
)

Functions

func Encode

func Encode(data []byte, minECCPercent int, userSpecifiedLayers int) (barcode.Barcode, error)

Encode returns an aztec barcode with the given content

Source Files

azteccode.go encoder.go errorcorrection.go highlevel.go state.go token.go

Version
v0.0.0-20240218134121-094174641f6e (latest)
Published
Feb 18, 2024
Platform
linux/amd64
Imports
6 packages
Last checked
4 months ago

Tools for package owners.