2023-04-02 UTC
# bkil capjamesg: I think micro QR support is less common than for normal QR and it doesn't save that much in many cases. Also, a trick to allow generating smaller and less dense QR codes is to reduce both the length and the entropy within your URL. You can save a bunch if you uppercase the protocol and host part (and use HTTP instead of HTTPS) And if possible, in the path portion, stick to either all-numeric or the all-alphanumeric set `[0-9A-Z $%*+./:-]`.