how to make lines glow canvas

JavaScript
context.shadowBlur = 10;
context.shadowColor = "black";

Source

Also in JavaScript: