EQRCode.encode

You're seeing just the function encode, go back to EQRCode module for more information.
Link to this function

encode(bin, error_correction_level \\ :l)

View Source

Specs

encode(binary(), error_correction_level()) :: EQRCode.Matrix.t()

Encode the binary.

Link to this function

encode(bin, error_correction_level, bits)

View Source

Specs

encode(binary(), error_correction_level(), bitstring()) :: EQRCode.Matrix.t()

Encode the binary with custom pattern bits. Only supports version 5.