# `MobDev.QR`
[🔗](https://github.com/genericjam/mob_dev/blob/master/lib/mob_dev/qr.ex#L1)

Renders QR codes in the terminal using Unicode half-block characters.
Uses eqrcode for matrix generation.

# `print`

```elixir
@spec print(String.t()) :: :ok
```

Prints a QR code for the given content to stdout.

# `render`

```elixir
@spec render(String.t()) :: String.t()
```

Returns the QR code as a string of Unicode blocks.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
