https://github.com/husseinhareb/croppy
https://github.com/husseinhareb/croppy
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/husseinhareb/croppy
- Owner: husseinhareb
- License: mit
- Created: 2024-05-05T10:32:01.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-19T14:08:50.000Z (about 2 years ago)
- Last Synced: 2024-05-19T14:47:17.576Z (about 2 years ago)
- Language: JavaScript
- Size: 316 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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


### 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.*