EQRCode.Render (EQRCode v0.1.10) View Source

Render the QR Code matrix.

Taken essentially verbatim from https://github.com/sunboshan/qrcode

Link to this section Summary

Functions

Render the QR Code to terminal.

Rotate the QR Code 90 degree clockwise and render to terminal.

Link to this section Functions

Specs

render(EQRCode.Matrix.t()) :: :ok

Render the QR Code to terminal.

Examples

qr_code_content
|> EQRCode.encode()
|> EQRCode.render()

Specs

render2(EQRCode.Matrix.t()) :: :ok

Rotate the QR Code 90 degree clockwise and render to terminal.