Using Rough.js, for example, the code that draws a square is as follows. const rc = rough.canvas(document.getElementById('canvas')); rc.rectangle(10, 10, 200, 200); The line becomes a slightly ...