Hacker News new | ask | show | jobs
by divan 805 days ago
Adding logos to QR codes, changing colors or replacing squares with circles in QR code is a CS sophomore weekend project at best. It's really fun and quite easy to do. You don't even need to understand Reed-Solomon codes for that.

This project, however, doesn't even do it. It just imports popular react library `react-qrcode-logo` [1] which does all the job (few dozens lines, really) [2].

[1] https://www.npmjs.com/package/react-qrcode-logo

[2] https://github.com/gcoro/react-qrcode-logo/blob/master/lib/i...

1 comments

This is like telling someone in Marketing "recompiling the linux kernel and turning on some new drivers is really simple. You don't even need to understand kernel architecture to do that."

Yes, it's simple for you, but for folks who just want to make sure that all their QR Codes reflect their brand, having to recreate that every time isn't worth it.

It's fine if this isn't your cup of tea.