Skip to content
Snippets Groups Projects
  1. Jan 17, 2023
  2. Jan 09, 2023
  3. Dec 18, 2022
  4. Dec 06, 2022
  5. Dec 05, 2022
  6. Nov 20, 2022
  7. Nov 02, 2022
  8. Oct 31, 2022
  9. Oct 17, 2022
  10. Oct 16, 2022
  11. Oct 09, 2022
  12. Sep 11, 2022
  13. Sep 05, 2022
  14. Jul 03, 2022
  15. Jun 23, 2022
  16. Jun 22, 2022
  17. 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
  18. May 18, 2022
  19. May 01, 2022
  20. Apr 24, 2022
  21. Apr 11, 2022
  22. Apr 07, 2022
  23. Apr 05, 2022
  24. Mar 12, 2022
  25. Feb 09, 2022
  26. Feb 02, 2022
  27. Jan 26, 2022
  28. Jan 17, 2022
  29. Dec 16, 2021
  30. Dec 14, 2021
Loading