We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0031dca commit 848bf59Copy full SHA for 848bf59
README.md
@@ -8,6 +8,8 @@ Requires react >= 16.8.0
8
9
This package makes use of [react-image-cropper](https://github.com/DominicTobias/react-image-crop)
10
11
+**Try it on [codesandbox](https://codesandbox.io/p/sandbox/trusting-mendel-hg4jml?file=%2Fsrc%2FApp.js%3A20%2C16)**
12
+
13
## Installation
14
15
Run the following command:
src/App.js
@@ -1,6 +1,6 @@
1
import React, { useState } from 'react';
2
-import MultiImageInput from './lib/multi-image-input';
3
-// import MultiImageInput from 'react-multiple-image-input';
+// import MultiImageInput from './lib/multi-image-input';
+import MultiImageInput from 'react-multiple-image-input';
4
5
function App() {
6
const crop = {
0 commit comments