UNPKG

react-thumbor-image

Version:

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

9 lines (7 loc) 181 B
import type {ThumborProps} from "./thumborProps"; export interface SetProps { thumbor? : ThumborProps; src: string; size?: number; mode?: "width" | "resolution"; }