You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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..
The text was updated successfully, but these errors were encountered:
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..
The text was updated successfully, but these errors were encountered: