Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Request] QR code on paper #538

Closed
bakgaard opened this issue Oct 31, 2017 · 2 comments
Closed

[Request] QR code on paper #538

bakgaard opened this issue Oct 31, 2017 · 2 comments

Comments

@bakgaard
Copy link
Contributor

It sounds odd, but if I have a brew printed out, and a new version comes out, I would like to quickly be able to get the new version.

Is it hard?
Most likely not, cause you can get them as follow:
https://api.qrserver.com/v1/create-qr-code/?data=[URL-encoded-text]&size=[pixels]x[pixels]

Example:

http://api.qrserver.com/v1/create-qr-code/?data=http://homebrewery.naturalcrit.com/&size=100x100

Actual use:

<img 
    src='https://api.qrserver.com/v1/create-qr-code/?data=http://homebrewery.naturalcrit.com/&amp;size=100x100'
    style='width:100px;mix-blend-mode:multiply'/>

The trick is, that it should be the Shared version which is in the link.

@ericscheid ericscheid added sub-epic Sub-task of an Epic tweak Small, non-breaking change labels Nov 14, 2020
@ericscheid
Copy link
Collaborator

Added to Epic #1096

@ericscheid ericscheid added duplicate and removed sub-epic Sub-task of an Epic tweak Small, non-breaking change labels Nov 14, 2020
@ericscheid
Copy link
Collaborator

Duplicate of #539

@ericscheid ericscheid marked this as a duplicate of #539 Nov 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants