react-image-picker-editor
Advanced tools
Comparing version 1.0.6 to 1.1.0
{ | ||
"name": "react-image-picker-editor", | ||
"version": "1.0.6", | ||
"version": "1.1.0", | ||
"description": "React library for the selection, edition and compression of images in png, jpeg and webp formats.", | ||
@@ -27,4 +27,3 @@ "author": "josealejandro2928", | ||
"peerDependencies": { | ||
"react": "^17.0.2", | ||
"resize-observer-polyfill": "1.5.1" | ||
"react": "^17.0.2" | ||
}, | ||
@@ -62,5 +61,3 @@ "devDependencies": { | ||
], | ||
"dependencies": { | ||
"resize-observer-polyfill": "^1.5.1" | ||
}, | ||
"dependencies": {}, | ||
"keywords": [ | ||
@@ -67,0 +64,0 @@ "react", |
@@ -24,12 +24,2 @@ # ReactImagePickerEditor | ||
### External Resource | ||
`ReactImagePickerEditor`, for use the functionality of cropping images, the ResizeObserver api is used | ||
The ResizeObserver interface reports changes to the dimensions of an Element's content or border box, or the bounding box of an SVGElement. | ||
Install the package | ||
```sh | ||
npm i resize-observer-polyfill --save | ||
``` | ||
### Usages | ||
@@ -36,0 +26,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
615619
1
24
6423
177
- Removedresize-observer-polyfill@^1.5.1
- Removedresize-observer-polyfill@1.5.1(transitive)