mirror of
https://github.com/a2nt/cropper-image-mask.git
synced 2024-10-22 17:05:48 +02:00
Allows to crop image, cover some image areas with another images, merge them and send resulted image to the server
dist | ||
src | ||
.gitignore | ||
LICENSE | ||
package.json | ||
README.md | ||
webpack.config.js |
cropper-image-mask
Allows to crop image and cover some image areas with another images.
- Select an image at your computer
- Crop image at the browser
- Select image mask and place it to the cropped image area u'd like to cover
- Select an other image mask or click "Submit"
Resulted image (cropped and covered with image masks) will be sent to the server using AJAX. Example of uploading processing at src/upload.php
Usage
Install required modules using: npm install
Start development server: yarn start
Access development server at: http://127.0.0.1:8001
Build your cropper script: yarn build