01Decode QR codes from base64-encoded data URLs (using `decode_qrcode_data_url`).
02Decode QR codes from external HTTP(S) image URLs (using `decode_qrcode_image_url`).
03Supports decoding from common image formats such as PNG and JPEG.
04Provides deterministic behavior with clear error messages for invalid inputs.
050 GitHub stars