5 ms·
Meanwhile https://github.com/heuer/qrcode-artistic https://github.com/heuer/qrcode-artistic has qrcode with animations even.
by leiserfg 1mo ago
Meanwhile https://github.com/heuer/qrcode-artistic https://github.com/heuer/qrcode-artistic has qrcode with animations even.
- mikaelcarlavan 1mo agoqrcode-artistic is great, especially the animated ones. It's a different technique though: it composites an image behind a standard QR. Here the picture is encoded into the modules themselves, nothing is pasted on top, which is why it needs the GF(2) solve + decoder validation rather than just high error correction. Complementary tools, really.