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

Preserve Cleared

If you want brusher to preserve the cleared sections, set keepCleared to false

const brusher = new Brusher({
  image: 'path/to/image.png',
  keepCleared: true,
});

brusher.init();
← Back to Home
<%= require('html-loader!./partials/examples.html') %>
<%= require('html-loader!./partials/footer.html') %>