QRCode v2.1.0 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
Link to this type
format()
View Source
format()
View Source
format() :: :none | :indent
format() :: :none | :indent
Link to this type
qrcode_color() View Source
Link to this type
t()
View Source
t()
View Source
t() :: %QRCode.SvgSettings{
background_color: background_color(),
format: format(),
qrcode_color: qrcode_color(),
scale: integer()
}
t() :: %QRCode.SvgSettings{
background_color: background_color(),
format: format(),
qrcode_color: qrcode_color(),
scale: integer()
}