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

Generate qrcode with logo #47

Open
madeelgulzar opened this issue Apr 30, 2018 · 4 comments
Open

Generate qrcode with logo #47

madeelgulzar opened this issue Apr 30, 2018 · 4 comments

Comments

@madeelgulzar
Copy link

Is there any way to create a qrcode with company logo?

@alexeyten
Copy link
Owner

#20 (comment)

@arnorhs
Copy link

arnorhs commented Oct 5, 2022

I would like to point out that generating a QR code with a logo embedded within it is a popular use case. This library is dependency free, so it is ideally suited for running in CF workers as an example. There are libraries [1] that can embed logos in the QR code, however, those libraries are not at all dependency free and it would be nice if this was supported - or at least the option of leaving an empty space in the center for overlaying a logo on top of it

[1] https://github.com/ChrisCinelli/branded-qr-code

@arnorhs
Copy link

arnorhs commented Oct 5, 2022

After some research it appears the concept is called "Frame QR"
https://www.qrcode.com/en/codes/frameqr.html

@arnorhs
Copy link

arnorhs commented Oct 7, 2022

nm, realize now that it requires node.js, and it's not actually compatible with CF workers, despite being featured on "works with workers"

sorry about that

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants