The Snipping Server is a simple server that allows you to snip images from your screen and send them to a remote server.
- Windows:
python services/snipping_server_windows.py - MacOS:
python services/snipping_server_macos.py
- Windows:
python scripts/build_snipping_server.py windows - MacOS:
python scripts/build_snipping_server.py macos
The PixelSnag Application is a simple application that allows you to snip images from your screen and send them to a remote server.
npm start
- if the version needs to be bumped, bump it in the
package.json - make sure credentials are correct in forge.config.ts
npm run make- this will output the build to the
outfolder