This project aims to be a FLOSS scanner PWA with no tracking/malicious code
- NodeJS
- yarn or npm
- OpenCV.js v4.3.0 - Building instructions
Note: After building OpenCV.js, you have to copy opencv.js
library into src/img-proc/
directory
To run unit tests, you can run yarn test
(you can set the DRAW_OUTPUT
environment variable to draw output images)
To run the app for development, you can run yarn start
To build the app, you can run yarn build
This project is licensed under the GPLv3 License - see LICENSE file for details