Settings

Theme

Show HN: Encode and decode messages using animated GIFs of QR codes

qraftmsg.com

1 points by dandrew5 2 years ago · 2 comments · 1 min read

Reader

Hey HN -

Qraft is something I made for fun after having a conversation with a co-worker about how it would be cool to embed long-form messages as QR codes in GIF format. There's a generator for creating the GIF and a scanner for reading them back. A sharable HTML page is created for each message with decoding instructions. A direct link to the image is also provided for embedding.

josephcsible 2 years ago

Is there a way I can try this without giving a random closed-source Web app access to my camera?

  • dandrew5OP 2 years ago

    Not at the moment but the scanning feature is client-side only and does not rely on any external services. It uses jsQR[0] to handle parsing directly in the browser. One way to use it and be sure would be to load the page and disable the site's network connection using developer tools before giving camera access. Once done, allow camera permission, perform the scan then kill the page.

    [0] https://github.com/cozmo/jsQR

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection