Add a library for QR Codes
For tor-browser#40774 we need a library to draw QR codes. Firefox already contains one in the developer tools, but it can draw QR codes up to "version 10", which is too restrictive for our purposes (version and error correction capability limit the length of the message contained in the QR code). We should switch to another library. For other details, please see comments in !254 (especially https://gitlab.torproject.org/tpo/applications/tor-browser/-/merge_requests/254#note_2776615, https://gitlab.torproject.org/tpo/applications/tor-browser/-/merge_requests/254#note_2776668, and https://gitlab.torproject.org/tpo/applications/tor-browser/-/merge_requests/254#note_2776680).
issue