A task from FlowMapp. The task is to build a function for cropping and resizing images. The function should return a promise with cropped image's blob.
To look at the result locally input into a terminal:
git clone https://github.com/ksbulgakov/test-task-FlowMapp.git
And in the application folder:
make build
Then open in your browser index.html file.
A link to example video (a version after refactoring: added drag function to all cropping frame and changed style):
https://drive.google.com/file/d/1ifLOQfeImrZvQkguPQXapXMtOt73SrW8/view
(Old version: https://drive.google.com/file/d/18OIhHgJ_OJv319fpBq-4KTfdQxbmuzYG/view)