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

ZXING should not be included due to system.drawing dependencies #9

Open
Theoistic opened this issue Jun 23, 2021 · 0 comments
Open

Comments

@Theoistic
Copy link

until now we've used this library as a direct git submodule .. to keep the integration clean,
but adding dependencies on system.drawing breaks our implementation. since the library is used in our PWA (WebAssembly does not support this due to glibc and other dependencies which system.drawing requires.)
our QR's are generated from PNG or SVG sources natively, this should also be an opt-in service. or split it in two separate assembly at the very least..

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

1 participant