Batch image format conversion app built with Electron, electron-vite, sharp, and svelte.
Work in progress.
Only tested on linux.
Conversion from heic is slow.
$ npm install$ npm run dev# For Linux
$ npm run build:linuxIf the app crashes when converting many or large images. Try setting G_SLICE to malloc-always in terminal before running the app.
export G_SLICE=always-malloc
