View Source QRCodeEx.Render (QRCodeEx v0.1.1)

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(QRCodeEx.Matrix.t()) :: :ok

Render the QR Code to terminal.

Specs

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

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