View Source EQRCode.Render (EQRCode v0.2.0)

Render the QR Code matrix.

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

Summary

Functions

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

Render the QR Code to terminal.

Functions

render2(matrix)

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

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

render(matrix)

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

Render the QR Code to terminal.

Examples

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