barlix v0.4.0 Barlix View Source
Barlix aims to provide a flexible set of modules to generate and render barcodes. Currently it only supports a few symbologies. I hope to add more encoders and renderers in the future.
Example
Barlix.Code39.encode!("BARLIX")
|> Barlix.PNG.print(file: "/tmp/barcode.png")
Encoders
Renderers
Link to this section Summary
Link to this section Types
Link to this type
code()
View Source
code()
View Source
code() :: {:D1, [0 | 1]}
code() :: {:D1, [0 | 1]}