noamanahmed / Photopea-Appimage

An Appimage for Photopea

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Photopea-Appimage

This is a simple AppImage for Photopea. It was made in Electron and then build as an AppImage.

It works exactly like the browser version does. You need to be online to load the application, but once the application is loaded, you can disconnect from the Internet. The app can function without an active internet connection if it has been cached.

Download 'Photopea-AppImage', make executable, and double click.

If somethings goes wrong or doesn't look right inside the app, delete ~/.config/Photopea. This is the cache folder location for the app.

You can build the source by running build.sh. Requires yarn and Electron

Also see: Photopea-Windows for a Windows verison.

Known Issues

  • Closing the window when an unsaved document is open does not do anything. All documents must be closed or saved to exit the program. (This is because html alert() is not possible in electron)
  • No dialog box pops up when saving/exporting images, everything just goes to Downloads (No known fix, seems to be part of Photopea)
  • .desktop file does not work correctly. It will not appear in your applications menu. (Will fix ASAP) Fixed as of 1.1.0

App Image

About

An Appimage for Photopea

License:MIT License


Languages

Language:JavaScript 99.4%Language:HTML 0.3%Language:CSS 0.3%Language:Shell 0.1%