antd-img-crop-custom
v1.0.0
Published
An image cropper for Ant Design Upload
Downloads
284
Maintainers
Readme
antd-img-crop-custom
An image cropper for Ant Design Upload.
You can scale as you wish without aspect
If you want to crop at a certain rate, you should use this
Install
npm i --save antd-img-crop-custom
Usage
import ImgCrop from 'antd-img-crop-custom';
import { Upload } from 'antd';
const Demo = () => (
<ImgCrop>
<Upload>+ Add image</Upload>
</ImgCrop>
);