From aad4bc32ed4ee4abc08a052281293ea5124e3c72 Mon Sep 17 00:00:00 2001 From: Tony Air Date: Sat, 1 Jun 2019 00:53:19 +0700 Subject: [PATCH] Update README.md --- README.md | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5df8d90..3924ba6 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,23 @@ # cropper-image-mask -Allows to crop image and cover some image areas with another images +Allows to crop image and cover some image areas with another images. + +1) Select an image at your computer +2) Crop image at the browser +3) Select image mask and place it to the cropped image area u'd like to cover +4) 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