Skip to content
Snippets Groups Projects
  • Reiter, Christoph's avatar
    0987064d
    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
    History
    qr-code-scanner: port to new qr-scanner v1.4
    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.
This project manages its dependencies using npm. Learn more