QRCode.SvgSettings (QRCode v2.2.1) View Source
Settings structure for Svg.
Link to this section Summary
Link to this section Types
Specs
Specs
Specs
format() :: :none | :indent
Specs
Specs
t() :: %QRCode.SvgSettings{
background_color: background_color(),
background_opacity: background_opacity(),
format: format(),
qrcode_color: qrcode_color(),
scale: integer()
}