Graphical Image Diff
To compare two images on Graphical User Interfaces.
This software is released under the MIT License, see LICENSE file.
# install dependencies
yarn
# serve with hot reload at localhost:9080
yarn tauri dev
# build electron application for production
yarn tauri build
# run unit & end-to-end tests
yarn test
# lint all JS/Vue component files in `src/`
yarn run lint
This template should help get you started developing with Tauri + Vue 3 in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.