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

No Background

If you want to use it without the blurry background, all you have to do is not set the background on body and use it normally

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

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