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