ehn-dcc-development / hcert-kotlin

Kotlin multiplatform implementation of the HCERT/DCC specification
Apache License 2.0
25 stars 25 forks source link

Switch to zxing-js for QrCodes #24

Open nodh opened 3 years ago

nodh commented 3 years ago

I've missed, that there is a ZXing Library for JS/TS: https://github.com/zxing-js/library

That one should be used instead of our current one for the JS target. Then, hopefully, encoding and decoding will work.

JesusMcCloud commented 3 years ago

ZXing does not work well with our pipeline. Also, it's really large and we only need a fraction of its functionality. Something smaller and simpler would be a better fit.