I’m currently working on a program that can generate a customizable image report. It needs to allow the user to click on areas in an image to specify certain areas used when generating the report. One method of doing this would be to use a two dimensional drawing library, like Two.js. Unfortunately, these libraries require…Read More