QR codes
How do display and change QR codes?
There are several tools that will help you to display and change QR codes in Polotno Editor.
- Using qrcode (or other similar library) we can generate SVG image of QR code.
- With
svg
element you can show generated SVG image on the canvas. - We can use
custom
attribute ofsvg
shape to save any additional data. We can use it to store QR code data string for future reference.
Instructions: try to change content of selected QR code. Try to deselect element to create new QR codes.