I'm currently working on a project that requires me to draw multiple bounding boxes interactively within an image displayed on a web browser. After drawing the bounding boxes, I will need to extract their coordinates. Are there any suggestions for a JavaScript library that can assist with this? My background is mainly in plain JavaScript and I lack experience in frontend technologies such as React or Angular.