QRCode v2.0.1 QRCode.SvgSettings View Source

Settings structure for Svg.

Link to this section Summary

Link to this section Types

Link to this type

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

Link to this type

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

Link to this type

t() View Source
t() :: %QRCode.SvgSettings{
  background_color: background_color(),
  qrcode_color: qrcode_color(),
  scale: integer()
}