EQRCode v0.1.0 EQRCode View Source

QR Code implementation in Elixir.

Spec:

  • Version: 1 - 7
  • ECC level: L
  • Encoding mode: Byte

References:

  • ISO/IEC 18004:2006(E)
  • http://www.thonky.com/qr-code-tutorial/

Link to this section Summary

Functions

Encode the binary

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

Link to this section Functions

Encode the binary.

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

Link to this function svg(matrix, options \\ %{}) View Source