Powerful image editor written on React
+ TS
that allows to store custom filter configurations, upload images, process them and download in bulk.
Written on top of caman.js.
Common layer configurations support many filters including brightness, contrast, exposure, noise, etc.
Each base configuration has before / after hint that representes the applied filter.
Layer specific configurations, that are applied on top of the base layer
Include:
- Adding / removing additional layers
- Saving applied filter configurations
- Selecting saved configurations and applying them to filter
- Deleting all configurations
- Resetting current layer's configuration / configuration of every level
- Copy / Past actions for layer configurations
- Automatic image downloading with applied effects
- Target image display scale
Clone repo, run
yarn && yarn dev