-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Add logo support to QR API #1301
Comments
/assign |
Assigned to @RajuGangitla! Please open a draft PR linking this issue within 48h |
@steven-tey can i get more details about this issue ? |
@RajuGangitla feel free to piggyback off the PR that I started – we basically want to add the ability to pass a custom logo to our QR code API. Currently it doesn't work for some reason, as detailed in vercel/satori#592. Would love for you to figure it out! |
can i work on it? |
@steven-tey Have you considered converting the SVG to a PNG or JPG file before passing it to |
Tried a workaround on mobile, and img tag with src seems to work instead of image and href. Away on vacation and laptop, so can't submit a PR. Someone else can verify and implement. Link to playground. |
@saiyalamarty that looks really promising – anyone want to take this one up? Feel free to copy the implementation in my PR #1279 but adjust it to use @saiyalamarty's suggestion to see if it works 👀 |
@RajuGangitla are you still working on this? |
May I have a try if no one's working? |
@steven-tey let me try the @saiyalamarty solution and if i am not able to solve this issue by today night |
/assign |
Assigned to @RajuGangitla! Please open a draft PR linking this issue within 48h |
/assign 😬 |
This issue is already assigned to another person. Please find more issues here. |
@BharathxD you can assign yourself now |
/assign |
Assigned to @BharathxD! Please open a draft PR linking this issue within 48h |
This has been fixed 🤯 kudos to @BharathxD for the PR and @saiyalamarty for the pro-tip 🙏 |
I've started adding this via #1279 but am currently blocked by vercel/satori#592 (though I do think there should be a workaround)
If you can figure out the bug and get this working, you'd win 750 points since this is one of the long-standing bugs that we've been facing 😅
The text was updated successfully, but these errors were encountered: