jpg-glitch-electron
jpg-glitch-electron copied to clipboard
desktop app for glitching images
JPG Glitch Electron
An app for glitching images
You can use this app to transform images so that appear glitched.
This is a hybrid desktop + progressive web app for jpg-glitch.
You can either download a standalone app for your (desktop) operating or just open it in your browser: JPG Glitch
Download
The following operating systems are supported:
Please note: This software hasn't been extensively tested. Please report any bugs you might encounter.
Development
The app is built using vue-cli-plugin-electron-builder.
Build Setup
This project has node-canvas
as a dependency, which requires additional software to be installed.
# install dependencies
npm install
# serve pwa with hot reload
npm run pwa:serve
# serve electron with hot reload
npm run electron:serve
# build the pwa and electron apps for production
npm run build
When building on Linux, ensure that snapcraft
and snap core
are available and installed (or comment out the snap
target entry in vue.config.js
).