App for Digital Image Processing algorithms testing. 🧪
yarn clean
to delete output directories
yarn start
to start the development server
yarn build
to create a production build
yarn dist
to create a production build and distribution packages
yarn type
to check for type errors
- Visual Studio Build Tools 2017 is needed for development after @7.0.1. More info on opencv4nodejs.
- On Windows, long paths need to be enabled by git to execute
yarn dist
, which can be done bygit config --global core.longpaths true
. - Remember to execute
yarn electron-rebuild -w opencv4nodejs
after each dependency update/install.
This project is under a MIT license.