Expand description
Utility functions for drawing QR codes generated using qrcodegen
to a canvas provided by the image
crate.
Re-exports§
Functions§
- draw_
base64 - Draw text to a Base64-encoded PNG QR code.
- draw_
canvas - Draw a QR code to an image buffer.
- draw_
png - Draw text to a PNG QR code.