An open API service indexing awesome lists of open source software.

https://github.com/husseinhareb/croppy


https://github.com/husseinhareb/croppy

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# Croppy
Croppy is a simple lightweight desktop application for lossless picture cropping, written using [Tauri](https://tauri.app/) Framework and [React](https://react.dev/) .

## Screenshots

![swappy-20240519_165302](https://github.com/husseinhareb/croppy/assets/88323940/ca7ec37b-14b4-4999-9f25-efcc39c08f78)

![swappy-20240519_170522](https://github.com/husseinhareb/croppy/assets/88323940/11f76888-5a7b-4aa3-8acb-7569a7b94a95)

### Getting Started
You can download the app from the release page or build it yourself.
## Building Binaries
Follow these steps to build the app locally:

1. **Clone the repository**:

```
git clone https://github.com/husseinhareb/Croppy
```

2. **Install dependencies**:

```
cd Croppy/
npm install
```

3. **Run the application**:

```
npm run tauri dev
```
4. **Build the application**:

```
npm run tauri build
```

## Contributing

Contributions are welcome! If you'd like to contribute:

Fork the repository.
Create your branch: git checkout -b feature/YourFeature.
Commit your changes: git commit -m 'Add some feature'.
Push to the branch: git push origin feature/YourFeature.
Submit a pull request.

## Licence

This project is licensed under the [MIT License](https://github.com/husseinhareb/Croppy/blob/main/LICENSE).

## Special Thanks
[mash](https://github.com/Mohamed-Abbas-Homani) - *For doing most of the work.*