<%= require('html-loader!./partials/header.html') %>

Line Styles

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
<%= require('html-loader!./partials/examples.html') %>
<%= require('html-loader!./partials/footer.html') %>