View Source QRCode.SvgSettings (QRCode v2.3.1)

Settings structure for Svg.

Link to this section Summary

Link to this section Types

@type background_color() :: String.t() | tuple()
@type background_opacity() :: ExMaybe.t(float())
@type format() :: :none | :indent
@type qrcode_color() :: String.t() | tuple()
@type t() :: %QRCode.SvgSettings{
  background_color: background_color(),
  background_opacity: background_opacity(),
  format: format(),
  qrcode_color: qrcode_color(),
  scale: integer()
}