- May 19, 2022
-
-
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.
-
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.
-
- Apr 07, 2022
-
-
Reiter, Christoph authored
-
- Feb 09, 2022
-
-
Steinwender, Tamara authored
-
- Feb 02, 2022
-
-
Reiter, Christoph authored
-
- Jan 26, 2022
-
-
Steinwender, Tamara authored
-
Steinwender, Tamara authored
-
- Dec 16, 2021
-
-
Steinwender, Tamara authored
-
Steinwender, Tamara authored
This reverts commit 6c632dc6
-
- Dec 14, 2021
-
-
Steinwender, Tamara authored
-
Steinwender, Tamara authored
-
- Dec 07, 2021
-
-
Steinwender, Tamara authored
-
Steinwender, Tamara authored
-
- Nov 24, 2021
-
-
Reiter, Christoph authored
This reverts commit 6324718b.
-
- Nov 23, 2021
-
-
Reiter, Christoph authored
This reverts commit 3716524b.
-
Reiter, Christoph authored
Just change all imports and dependencies.
-
- Jul 01, 2021
-
-
Reiter, Christoph authored
-
Reiter, Christoph authored
-
- Jun 28, 2021
-
-
Steinwender, Tamara authored
-
- Dec 09, 2020
-
-
Steinwender, Tamara authored
-
Steinwender, Tamara authored
-
- Dec 01, 2020
-
-
Steinwender, Tamara authored
-
Steinwender, Tamara authored
-
Steinwender, Tamara authored
-
- Nov 30, 2020
-
-
Reiter, Christoph authored
See #43
-
- Nov 19, 2020
-
-
Reiter, Christoph authored
-
- Nov 17, 2020
-
-
Reiter, Christoph authored
Takes a package name and a dest path. This way we can more eassily change the layout and it will error out on package name typos or missing packages.
-
Steinwender, Tamara authored
-
Steinwender, Tamara authored
-
Steinwender, Tamara authored
-
Reiter, Christoph authored
Add a scope so we don't have to care about naming conflicts and set the verison to 0.1.0 since we don't have a stable API yet.
-
Steinwender, Tamara authored
-
- Nov 11, 2020
-
-
Steinwender, Tamara authored
-
- Nov 09, 2020
-
-
Steinwender, Tamara authored
-
Steinwender, Tamara authored
-
- Nov 03, 2020
-
-
Steinwender, Tamara authored
-
Steinwender, Tamara authored
-
Steinwender, Tamara authored
-
Steinwender, Tamara authored
-
Reiter, Christoph authored
-