josealejandro2928 / react-image-picker-editor

React library for the selection, edition and compression of images in png, jpeg and webp formats This package is made completely with html and css without any extra components or npm packages. It's based in functional components based in hooks, for optimization were used memo, useMemo and useCalback for avoiding any extra-renders.
https://www.npmjs.com/package/react-image-picker-editor
MIT License
27 stars 21 forks source link

Many updates styles #9

Closed Lucas-Jav closed 5 months ago

Lucas-Jav commented 6 months ago

refactor style box:

image

Add pt-br:

image

add check for not save while crop image, and add message for confirm crop

image

Lucas-Jav commented 6 months ago

add check in inputs for accept only images

image

josealejandro2928 commented 5 months ago

Accepted, thanks

Lucas-Jav commented 5 months ago

Were you able to test it?

Will you then update the package version on npm?