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