-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
KonvaJS support #19
Comments
This would be super! KineticJS was always my fav canvas library and its great to see it integrated into ReactJS and its great to see Konva move it forward with expanded features. Konva and ReactJS sounds like a perfect match. |
If it's API compatible, then it should be drop-in replacement with little work. One probably needs a wrapper module that would detect which package is available and use that. Also list of propTypes might need updating if Konva added something. You are free to submit the pull request, I think it's a great idea to support multiple canvas libraries if they are similar enough. |
Hah. Very close new library https://github.com/flipboard/react-canvas I am thinking about using |
So it's not really solving same problem that react-kinetic is. In kinetic I wanted react-based engine to draw stuff on canvas, flipboard's canvas library is about rendering user interfaces using canvas. |
Hello. I am maintainer of Konva (KineticJS fork). Are you interesting in support of ReactJS plugin for Konva?
The text was updated successfully, but these errors were encountered: