Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mmrj9/meteor-react-image-editor
Meteor + React - Web Image Editor
https://github.com/mmrj9/meteor-react-image-editor
Last synced: 17 days ago
JSON representation
Meteor + React - Web Image Editor
- Host: GitHub
- URL: https://github.com/mmrj9/meteor-react-image-editor
- Owner: MMrj9
- License: apache-2.0
- Created: 2020-01-18T19:43:00.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-02T06:38:56.000Z (over 3 years ago)
- Last Synced: 2024-11-10T11:42:14.862Z (3 months ago)
- Language: JavaScript
- Size: 10.4 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Meteor + React Image Editor
I created this open source platform to test effects/commands from several node.js image manipulation packages. Open Source Sandbox for image editing developers.
You don't need any db or image hosting service to run this project. Images are saved locally.
Its fairly use do add support to new node.js manipulation packages.This project is currently under development.
![Screenshot](https://i.imgur.com/M3MBYAl.png)
## Table of Contents
- [Installation](#installation)
- [Usage](#usage)
- [Support](#support)
- [Contributing](#contributing)## Installation
- Install NodeJs (https://nodejs.org/en/download/)
- Install Meteor (https://www.meteor.com/install)
- Run
```
npm i
meteor
```## Usage
You can upload an image and apply effects to it.
You have an history console where you can check the chain of effects that you applied. You can also navigate through that history.
You can download the generated image.Current Support Features
- add text (text2png)
- TTF font support
- add image
- layer move
- layer delete
- layer resize (JIMP)
- flip (JIMP)
- brightness (JIMP)
- contrast (JIMP)
- opacity (JIMP)
- posterize (JIMP)
- dither565 (JIMP)
- greyscale (JIMP)
- invert (JIMP)
- normalize (JIMP)
- sepia (JIMP)
- rotate (JIMP)
- gaussian blur (JIMP)
- blur (JIMP)
- crop (JIMP)
- autocrop (JIMP)
- resize (JIMP)
- face detection (face-api.js)## Support
Please [open an issue](https://github.com/MMrj9/meteor-react-image-editor/issues/new) for support.
## Contributing
Please contribute using [Github Flow](https://guides.github.com/introduction/flow/). Create a branch, add commits, and [open a pull request](https://github.com/MMrj9/meteor-react-image-editor/compare/).