react-blurish-image
Version:
A lightweight, optimized React image component with blur placeholders and lazy loading
14 lines (11 loc) • 329 B
text/typescript
export { Image as default } from './Image';
export { Image } from './Image';
export { configureImage, getImageConfig } from './config';
export { defaultLoader, generateBlurDataURL } from './utils';
export type {
ImageProps,
ImageLoader,
ImageLoaderProps,
PlaceholderValue,
ImageConfig,
} from './types';