UNPKG

react-image-utilities

Version:

A React component library for image manipulation: cropping, compressing, resizing, format conversion, and effects

5 lines (4 loc) 147 B
import React from 'react'; import { ImageCropProps } from '../types'; declare const ImageCrop: React.FC<ImageCropProps>; export default ImageCrop;