Skip to content

Commit

Permalink
Update InputImage.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
zliang01 authored Dec 5, 2023
1 parent 6961ed2 commit f3f7601
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/amis/src/renderers/Form/InputImage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ import {
} from 'amis-core';
// import 'cropperjs/dist/cropper.css';


import Cropper from 'react-cropper';
import {SuperImageCropper} from 'super-image-cropper';
const Cropper = React.lazy(() => import('react-cropper'));

const imageCropper = new SuperImageCropper();

Expand Down

0 comments on commit f3f7601

Please sign in to comment.