View Source QRCode.Render.Svg (QRCode v3.1.0)
Create SVG structure with settings.
Summary
Functions
Create Svg structure from QR matrix as binary. This binary contains svg attributes and svg elements.
Types
Functions
@spec create(Result.t(String.t(), QRCode.QR.t()), QRCode.Render.SvgSettings.t()) :: Result.t(String.t(), binary())
Create Svg structure from QR matrix as binary. This binary contains svg attributes and svg elements.