]> git.immae.eu Git - github/shaarli/Shaarli.git/blob - assets/common/js/thumbnails.js
Update thumbnail integration after rebasing the branch
[github/shaarli/Shaarli.git] / assets / common / js / thumbnails.js
1 import Blazy from 'blazy';
2
3 (() => {
4 // Suppress ESLint error because that's how bLazy works
5 /* eslint-disable no-new */
6 new Blazy();
7 })();