react-avatar-editor
react-avatar-editor copied to clipboard
Change width and height parameter type from number to responsive value per react standard.
Currently accepts
-
width={999}
Needs to accept
-
width="50%" -
width="100px" -
width="full" - ...etc
Great suggestion, pr welcome!