import React from 'react'; import { Container } from './../../../components'; import { ExampleProvider } from './components/ExampleProvider'; import { HeaderMain } from "../../components/HeaderMain"; import { HeaderDemo } from "../../components/HeaderDemo"; import image1 from './images/image-1.jpg' import image2 from './images/image-2.jpg'; export const CropImage = () => (
You can limit the crop size by providing crop percentage using minWidth, maxWidth, minHeight and minHeight props. )} />
);