-
Notifications
You must be signed in to change notification settings - Fork 23
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
Expose QR code generation functions #61
Conversation
Codecov ReportPatch coverage:
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #61 +/- ##
==========================================
+ Coverage 94.97% 94.99% +0.02%
==========================================
Files 5 6 +1
Lines 1393 1399 +6
==========================================
+ Hits 1323 1329 +6
Misses 70 70
☔ View full report in Codecov by Sentry. |
Hi! I see that for now there's duplicate code for get_qr_draw_canvas/draw_canvas, draw_png/qr_png, and draw_base64/qr_base64 Is this intentional? |
Oops, good catch, I forgot to remove the module from the earlier iteration of the PR, should be fixed now. 👍 |
Noice! I will do some tests later in the day :) |
Closes #60.
No breaking changes, just re-arrange a little bit.