UNPKG

react-profile-crop

Version:

A flexible, customizable React component for cropping profile pictures with real-time preview.

10 lines (9 loc) 212 B
export { default as ProfileCropper } from "./components/ProfileCropper"; export type { ProfileCropperProps, CropArea, ThemeOptions, CropShape, OutputImageType, CropCompleteCallback, } from "./types";