UNPKG

react-thumbor-image

Version:

Makes it easy to add Thumbor optimized images to your React app.

6 lines (5 loc) 251 B
export { ThumborImage } from "./thumborImage"; export { ThumborPicture } from './thumborPicture'; export { ThumborFallbackImage } from './thumborFallbackImage'; export { ThumborOptimizedImage } from './thumborOptimizedImage'; export * from './types';