From 5655621be10610b99848ce4a70febce84f6a89b8 Mon Sep 17 00:00:00 2001 From: DUOLabs333 Date: Fri, 19 Nov 2021 09:44:47 -0500 Subject: [PATCH] Added Electron project links --- .photopea | 2 +- README.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.photopea b/.photopea index 2e03806..fc122c5 100755 --- a/.photopea +++ b/.photopea @@ -1,2 +1,2 @@ #!/bin/bash -python -m http.server --directory www.photopea.com 8002 --bind 127.0.0.1 +python -m http.server --directory www.photopea.com 8002 --bind 127.0.0.1 2005 diff --git a/README.md b/README.md index 0fd3e7c..212ef24 100755 --- a/README.md +++ b/README.md @@ -12,3 +12,8 @@ If there are any issues, please let me know. 1. `cd` into the folder where you downloaded it 1. In the folder, type this: `./.photopea` 1. Open [http://localhost:8002](http://localhost:8002). It should load and you can use it like normal. + +## Related Projects +Note: These projects are not officially associated with this one +* [https://github.com/tim0-12432/photopea](https://github.com/tim0-12432/photopea) -- Electron wrapper for the project +* [https://github.com/NFXT/Photopea-Offline](https://github.com/NFXT/Photopea-Offline) -- Another Electron wrapper for the project