I'm working on a Personal web project I need to draw lines from 2 inputs to a third one.
How can I draw the lines (D in picture) using HTML, CSS and Js ?
EDIT: Ths inputs can be inside div blocks.
I'm working on a Personal web project I need to draw lines from 2 inputs to a third one.
How can I draw the lines (D in picture) using HTML, CSS and Js ?
EDIT: Ths inputs can be inside div blocks.
Vector graphics are the best to be used whenever you need a graphical solution. But if you insist on using Javascript and such, try p5.js