https://github.com/spikehd/peapod
Photopea desktop app with extended functionality
https://github.com/spikehd/peapod
Last synced: 3 months ago
JSON representation
Photopea desktop app with extended functionality
- Host: GitHub
- URL: https://github.com/spikehd/peapod
- Owner: SpikeHD
- License: gpl-3.0
- Created: 2024-07-24T22:35:32.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-25T16:30:15.000Z (almost 2 years ago)
- Last Synced: 2025-04-23T13:19:51.695Z (about 1 year ago)
- Language: Rust
- Homepage:
- Size: 1.06 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
Peapod
## Download
> [!NOTE]
> Other releases, such as portable `.zip`/`.tar.gz` downloads, can be found [on the releases page](https://github.com/SpikeHD/peapod/releases/latest)
## Table of Contents
* [Downloads](#download)
* [Features](#features)
* [Building](#building)
* [Prerequisites](#prerequisites)
* [Steps](#steps)
* [TODO](#todo)
* [Contributing](#contributing)
## Features
* Small filesize
* Native ARM support
* Various CLI options
## Building
### Prerequisites
* [Node.js](https://nodejs.org/en/)
* [pnpm](https://pnpm.io/)
* [Rust + Cargo](https://www.rust-lang.org/tools/install)
### Steps
1. Clone the repository
```sh
git clone https://github.com/SpikeHD/Peapod.git
```
2. Install dependencies
```sh
pnpm install
```
3. Build the project
```sh
pnpm build
```
## TODO
* [ ] Offline mode
* [ ] Custom theme support
* [ ] In-UI theme switcher (Maybe possible to insert into `More > Themes`?)
* [ ] Plugin support
* [ ] In-UI plugin manager
## Contributing
Issues, PRs, etc. are all welcome!