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