View Source EQRCode (EQRCode v0.2.0)
Simple QR Code Generator written in Elixir with no other dependencies.
Summary
Types
Functions
@spec encode(binary(), error_correction_level()) :: EQRCode.Matrix.t()
Encode the binary.
@spec encode(binary(), error_correction_level(), bitstring()) :: EQRCode.Matrix.t()
Encode the binary with custom pattern bits.
Only supports version 5.
See EQRCode.PNG.png/2
.
See EQRCode.SVG.svg/2
.