You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 1, 2022. It is now read-only.
lot of unanswered issues, lot of un-merged PRs from would-be contributors. I came here to see if there were any recommendations for a few things like image file export and responsive sizing, and I see that there are folks who've made PRs for these in the past, but it seems on one is paying attention to this repo anymore.
Anyone know if this is just because there's something better out there?
The text was updated successfully, but these errors were encountered:
@chadlavi The responsive sizing issue comes from the abuse of package Resize Observer , which causes a side effect issue where the resize happens => trig componentDidUpdate() hook => run Observer
So it becomes a headache that you cannot access the previous size state anywhere without assigning the old value somewhere.
As well as we cannot detect the first render from componentDidMount() without adding another hacky value.
I was thinking about removing that package but it may cause some serious performance issues.
I also change the original package quite a lot but hesitate to publish/fork it since I'm more interested in the drawing part solely. Currently including a way to bind the shortcut key into functions with focus only so the canvas wouldn't interrupt other components because I am a heavy drawing application user in the past, some bugs fixed etc.
Hey, it is pretty dead, yes. I'm trying to set some time apart to go through the backlog of this fun little component I open sourced and now thousands apparently use 🙈, but I just can't promise anything right now.
If anybody would be interested in becoming a collaborator, please let me know.
lot of unanswered issues, lot of un-merged PRs from would-be contributors. I came here to see if there were any recommendations for a few things like image file export and responsive sizing, and I see that there are folks who've made PRs for these in the past, but it seems on one is paying attention to this repo anymore.
Anyone know if this is just because there's something better out there?
The text was updated successfully, but these errors were encountered: