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

Sticky Blur

If you want the cleared sections to be not preserved, all you have to do is set keepCleared to false; or not set it since it defaults to false

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

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