Documentation ¶
Overview ¶
Package ean can create EAN 8 and EAN 13 barcodes.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Encode ¶
func Encode(code string) (barcode.BarcodeIntCS, error)
Encode returns a EAN 8 or EAN 13 barcode for the given code
func EncodeWithColor ¶
func EncodeWithColor(code string, color barcode.ColorScheme) (barcode.BarcodeIntCS, error)
Encode returns a EAN 8 or EAN 13 barcode for the given code and color scheme
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.