Flask-QRcode icon indicating copy to clipboard operation
Flask-QRcode copied to clipboard

A concise Flask extension to easily render QR codes on Jinja2 templates using python-qrcode.

Results 2 Flask-QRcode issues
Sort by recently updated
recently updated
newest added

Problem when rendering icon. A fix is required in \_\_init\_\_.py: `icon = icon.resize((int(icon_w), int(icon_h)), Image.LANCZOS)` I/O `icon = icon.resize((int(icon_w), int(icon_h)), Image.ANTIALIAS)` (ANTIALIAS removed in Pillow 10.0.0)

How to redirect user to another route after QR code scanned?