Monday, September 30, 2024

Show HN: qrframe – generate beautiful qr codes with javascript code https://ift.tt/5zYMVtu

Show HN: qrframe – generate beautiful qr codes with javascript code I originally built a QR code generator as a resume project using Rust and I realized a web interface would make customization way easier. This still generates the "data" using that rust library via wasm, but the rendering is all editable javascript to make an SVG or paint on an HTML canvas. I was especially inspired by https://qrbtf.com which had some unique style options I had never seen before, which I ended up copying, and then I made some more. https://ift.tt/FlgNj7a October 1, 2024 at 01:50AM

No comments:

Post a Comment

Show HN: val – An arbitrary precision calculator language https://ift.tt/1JxjPhf

Show HN: val – An arbitrary precision calculator language Wrote this to learn more about the `chumsky` parser combinator library, rustyline,...