Skip to content
Snippets Groups Projects
  1. Jun 22, 2022
  2. May 19, 2022
    • Reiter, Christoph's avatar
      qr-code-scanner: Export an API for scanning single images · e3650b71
      Reiter, Christoph authored
      In greenlight we copied this code for scanning images, either from
      real image files, or from PDF files converted to images via pdf.js.
      
      To avoid duplication clean up the internal API and expose it.
      
      Also write some unit tests for the scan engine while at it.
      e3650b71
    • Reiter, Christoph's avatar
      qr-code-scanner: port to new qr-scanner v1.4 · 0987064d
      Reiter, Christoph authored
      Multiple changes:
      
      The worker can now be auto-bundled via rollup and no longer has to be passed manually.
      This is handled via a js script file which builds a blob containing bundled code.
      This requires some CSP exceptions in the target applications, so mention that in the README.
      
      scanImage() now takes an option object and defaults to returning more information, so
      handle both changes (returnDetailedScanResult now defaults to true)
      
      Component users can now drop their worker copying code and need to adjust their CSP.
      0987064d
  3. May 18, 2022
  4. May 01, 2022
  5. Apr 24, 2022
  6. Apr 11, 2022
  7. Apr 07, 2022
  8. Apr 05, 2022
  9. Mar 12, 2022
  10. Feb 09, 2022
  11. Feb 02, 2022
  12. Jan 26, 2022
  13. Jan 17, 2022
  14. Dec 16, 2021
  15. Dec 14, 2021
  16. Dec 07, 2021
  17. Nov 24, 2021
  18. Nov 23, 2021
  19. Oct 23, 2021
  20. Oct 11, 2021
  21. Oct 04, 2021
  22. Aug 02, 2021
  23. Jul 16, 2021
  24. Jul 01, 2021
  25. Jun 28, 2021
  26. Jun 16, 2021
Loading