react-konva icon indicating copy to clipboard operation
react-konva copied to clipboard

React + Canvas = Love. JavaScript library for drawing complex canvas graphics using React.

Results 32 react-konva issues
Sort by recently updated
recently updated
newest added

Hey! I'm currently finishing a project that makes great use of this marvelous tool. My project manager asked me to make it so that the user can click anywhere on...

I am trying to get the Rotation of the rectangle shape placed on the image when an onClick event is called. I am using React-konva library where I have placed...

Hello, I am using react-konva. I need to display vertical and horizontal scroll-bar accordingly as the user zooms in. My stage can be zoomed in and out. Which can also...

I created an app with create react app. `npx create-react-app someapp --template typescript` Then I installed konva and react-konva `yarn add konva react-konva` The App.tsx has been reduced to a...

in a chemical sketcher, chemical bonds and other symbols are depicted in svg format on canvas based on raphael lib. my question is : all the depicted objects mentioned above...

The error occurs opening react-konva examples: `react_devtools_backend.js:5731 Uncaught Error: Could not find ID for Fiber "App" at getFiberIDThrows (react_devtools_backend.js:5731) at recordMount (react_devtools_backend.js:6361) at mountFiberRecursively (react_devtools_backend.js:6459) at mountFiberRecursively (react_devtools_backend.js:6507) at react_devtools_backend.js:6910...

I don't have any issues yet, tried a few samples on Sandbox, wanted to say Thank You.

Would it be possible to use konva-node with react on the server?

Hello there, I encountered a really strange problem. The StageWrap will log error 'same props' on the console, while I am resizing the window. I dig into the source code,...

Hello, I started using React-Konva just 1 week ago, and I found it awesome. Actually I have a problem in what I am doing and I can't figure it out...