We have a web-based interface that’s mainly used on tablets, that allows a user to draw on top of a video, go frame by frame, slow motion, etc. We use vue 3, nuxt, and fabric.js for this interactive video annotating component.
Right now the component only allows freehand drawing. We want to add some more tools to it, mainly:
– ability to draw straight lines
– ability to draw circles
– ability to draw a special two line (with degree measurement shape)