QRCode.SvgSettings (QRCode v2.2.1) View Source

Settings structure for Svg.

Link to this section Summary

Link to this section Types

Specs

background_color() :: String.t() | tuple()

Specs

background_opacity() :: ExMaybe.t(float())

Specs

format() :: :none | :indent

Specs

qrcode_color() :: String.t() | tuple()

Specs

t() :: %QRCode.SvgSettings{
  background_color: background_color(),
  background_opacity: background_opacity(),
  format: format(),
  qrcode_color: qrcode_color(),
  scale: integer()
}