thumbnails.js 146 B

1234567
  1. import Blazy from 'blazy';
  2. (() => {
  3. // Suppress ESLint error because that's how bLazy works
  4. /* eslint-disable no-new */
  5. new Blazy();
  6. })();