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

Alternative new QR code library (with SVG output) #23

Closed
rugk opened this issue Apr 18, 2018 · 4 comments
Closed

Alternative new QR code library (with SVG output) #23

rugk opened this issue Apr 18, 2018 · 4 comments
Assignees
Labels
enhancement New feature or request optimisation
Milestone

Comments

@rugk
Copy link
Owner

rugk commented Apr 18, 2018

Handling Canvas when re-sizing is not really a nice thing. If we had an SVG QR code library, it may be possibly to do that resizing with a lot less JavaScript and without the need to regenerate the QR code.

Also the SVG could (maybe?) be modified by the JS to apply things like colors.

@rugk rugk added enhancement New feature or request optimisation labels Apr 18, 2018
@rugk rugk added this to the Long-term milestone Apr 18, 2018
@rugk rugk changed the title Alternative new QR code library with SVG output Alternative new QR code library (with SVG output) Apr 27, 2018
@rugk
Copy link
Owner Author

rugk commented Apr 27, 2018

Maybe also switching to https://github.com/neocotic/qrious is an option. It is not really a different as it also just uses a Canvas, but it looks a bit more maintained/active.

@rugk
Copy link
Owner Author

rugk commented Apr 27, 2018

The last one also intends to implement SVG support BTW: neocotic/qrious#112

@rugk
Copy link
Owner Author

rugk commented Apr 27, 2018

Here is one SVG QR code generator: https://github.com/papnkukn/qrcode-svg

@rugk
Copy link
Owner Author

rugk commented May 9, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request optimisation
Projects
None yet
Development

No branches or pull requests

1 participant