package aztec

import "github.com/boombuler/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
v1.0.0
Published
Sep 22, 2017
Platform
js/wasm
Imports
6 packages
Last checked
11 hours ago

Tools for package owners.