Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fengyuanchen/photo-editor

A simple photo editing application.
https://github.com/fengyuanchen/photo-editor

cropper cropperjs photo-editor

Last synced: about 1 month ago
JSON representation

A simple photo editing application.

Awesome Lists containing this project

README

        

# Photo Editor

> A photo editing application based on the [Cropper.js](https://github.com/fengyuanchen/cropperjs).

- [Website](https://fengyuanchen.github.io/photo-editor)

## Keyboard support

- `Esc`: Cancel the cropping.
- `Enter`: Complete the cropping.
- `Delete`: Delete the uploaded or cropped image.
- `←`: Move the image to left by 1 pixel.
- `→`: Move the image to right by 1 pixel.
- `↑`: Move the image to top by 1 pixel.
- `↓`: Move the image to bottom by 1 pixel.
- `M`: Enable to move the image by dragging.
- `C`: Enable to crop on the image by dragging.
- `I`: Zoom in the image.
- `O`: Zoom out the image.
- `L`: Rotate the image to the left.
- `R`: Rotate the image to the right.
- `H`: Flip the image on the horizontal.
- `V`: Flip the image on the vertical.

## Browser support

- Chrome (latest)
- Firefox (latest)
- Safari (latest)
- Opera (latest)
- Edge (latest)
- Internet Explorer 10+

## License

[MIT](https://opensource.org/licenses/MIT) © [Chen Fengyuan](https://chenfengyuan.com/)