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