react-avatar-editor icon indicating copy to clipboard operation
react-avatar-editor copied to clipboard

Change width and height parameter type from number to responsive value per react standard.

Open zxkeyy opened this issue 2 years ago • 1 comments

Currently accepts

  • width={999}

Needs to accept

  • width="50%"
  • width="100px"
  • width="full"
  • ...etc

zxkeyy avatar Sep 01 '23 15:09 zxkeyy

Great suggestion, pr welcome!

mosch avatar Sep 05 '23 09:09 mosch