%= require('html-loader!./partials/header.html') %>
There are three different line styles that brusher understands i.e. round, square, butt
. If you don't provide it, it will use round
by default. Also, depending upon the image, the effect might not be quite visible in the background.
const brusher = new Brusher({
image: 'path/to/image.png',
lineStyle: 'butt',
});
brusher.init();
← Back to Home