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

With Konva for React, I am trying to cancel the dragging shape back to the position it was first clicked at (when it enters collision with another shape). I was...

here is my issue. We are using React Konva to allow users to draw 3 shapes. Rectangle, Ellipse and Polygon. Users can draw as many shapes as they want, even...

first of all great lib , I am using react konva for developing an editor for memes but while i am changinh the z-index of the stage objects other predefined...

I am developing an app using Gatsby and react-konva. The following code works (an empty screen without any error): ``` import React from "react" import { Stage } from "react-konva"...

- Hello, I'm using your React-Konva library and find it super easy and helpful! - I just have 1 issue atm. everything worked fine until I add `opacity={opacity}` on Rect...

Hello again, I am struggling to select the overlapping shapes. There are 3 shapes I am using. Rectangle, Polygon and Ellipse. When they overlap each other, I should be able...

I'm new to Konva and I've need to use `setPointerCapture()` to implement some functionality. I'm using TypeScript, which complains that KonvaEventObject has no member pointerId. **Example Code:** ``` myShape.on('pointerdown', (event)...

Getting the following error after updating to the latest react-konva version. ![image](https://user-images.githubusercontent.com/16615124/175750863-647dd433-b1ed-4a96-9b08-4448eea462b8.png)

i have around 50 images displayed in a grid, and on each click a side bar opens, so when i click on any image, all images rerenders. how to resoles...