-
Hello. I am maintainer of [Konva](https://github.com/konvajs/konva) (KineticJS fork). Are you interesting in support of ReactJS plugin for Konva?
-
I just released a new version with a little `useImage` hook. Usage:
```vue
import { ref, onMounted } from 'vue';
import { useImage } from 'vue-konva';
const…
-
### CheckList
- [X] I agree to follow this project's Code of Conduct
- [X] I have read and followed the [Contributing Guide](https://github.com/fabricjs/fabric.js/blob/master/CONTRIBUTING.md)
- [X] I…
-
如题
-
In Transformer when we drag the rotator or other anchors the cursor will change. In the previous versions, the cursor will be reset immediately when the mouse leave the anchor. However, `mouseout` and…
-
See if we can update to version 4 without (big) issues.
-
## Version **1.6.0** of [konva](https://github.com/konvajs/konva) just got published.
Branch
Build failing 🚨
Dependency
konva
…
-
https://github.com/konvajs/konva
This might be worth checking out :)
Example: https://konvajs.github.io/docs/sandbox/Free_Drawing.html
![image](https://user-images.githubusercontent.com/20971…
-
Demo:
```
import { useState, useRef } from 'react';
import { Stage, Layer, Rect } from 'react-konva';
function Demo() {
const [isDraggingEnabled, setIsDraggingEnabled] = useState(false);
…
-
I'm creating a pan- grid and I want to use the auxclick event (mouse scroll click) to drag the grid, but it doesn't seem to have this event. I'm using React.