UNPKG

react-image-utilities

Version:

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

7 lines (6 loc) 362 B
export { default as ImageCrop } from './components/ImageCrop'; export { default as ImageCompress } from './components/ImageCompress'; export { default as ImageResize } from './components/ImageResize'; export { default as ImageFormat } from './components/ImageFormat'; export { default as ImageEffects } from './components/ImageEffects'; export * from './types';