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

https://github.com/konvajs/react-konva/issues/608#issuecomment-1222302573 I made a repro repo, this is a fresh create-react-app with typescript template https://github.com/Amoodaa/konva-jest-repro check the first few commits, and check the branch thats working by taking the build...

Hi there, I'm implementing text addition, image attachment, and drawing (pen, eraser) functionalities with Konva. The problem I'm facing is that I want the eraser function to apply only to...

### **Canvas not found issue now with Next.js 14:** version: "next": "14.0.4". App wan't build with error: ``` Error occurred prerendering page "/". Read more: https://nextjs.org/docs/messages/prerender-error Error: Cannot find module...

I am trying to use react-konva in nextjs and getting an error: ./node_modules/konva/lib/index-node.js:4:15 Module not found: Can't resolve 'canvas' Did you mean './canvas'? Requests that should resolve in the current...

The code I get this error is: `const crop = imageSrc.crop({ x: value.x / ratio_w, y: value.y / ratio_h, width: value.width / ratio_w, height: value.height / ratio_h });` I got...

There is [demo](https://codesandbox.io/s/sw9dwp). I expect that transformer always attach to react whatever count is, but transformer disappear when increase count to 3 by click +1 button. Everything work fine without...

Description: When using React-Konva library, I noticed an issue where the child components are updated before the parent during updates. This behavior can cause unexpected results and may affect the...

### The error Typescript throws an error when using the `cornerRadius` property of a variable types `Shape` : **Error message :** ``` error TS2339: Property 'cornerRadius' does not exist on...

The position is changing slightly when transforming and moving past the anchored corner. This can be exaggerated by dragging a corner of a rect around the anchored corner. This issue...

React is preparing changes, including some breaking, for the [next major release](https://react.dev/blog/2024/02/15/react-labs-what-we-have-been-working-on-february-2024#the-next-major-version-of-react). There are changes to the Reconciler that break `react-konva`. To repro: - Install react and react-dom @experimental -...