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

Render QRCode as image in HTML mime #56

Open
giordano opened this issue Jul 2, 2023 · 1 comment
Open

Render QRCode as image in HTML mime #56

giordano opened this issue Jul 2, 2023 · 1 comment

Comments

@giordano
Copy link

giordano commented Jul 2, 2023

It'd be nice to render automatically a qrcode as an image when displaying it to MIME"text/html", so that

qrcode("...")

is automatically rendered as an image in notebooks, like Pluto and Jupyter, instead of jumping through multiple hoops to save the file the disk and read it back.

@rben01
Copy link

rben01 commented Oct 4, 2023

Agree this would be nice. As a workaround you can use using Images; Gray.(.!qrcode("...")), which will get it to show in VSCode’s plot pane, and I imagine the other rich editors as well.

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

2 participants