Case study: image labeling with JavaScript
This post will describe how to design a system for labeling objects on an image by a human. I will show you how to use React, 2d canvas and Konva framework to make an app that allows you to highlight objects. Also, I will cover some edge cases specific to that task.