-
Hi, currently the elements are not informed about when they were added to a layer.
When I am in an element context such as Konva.Group, I don't have access to the stage, so it will be good to have …
-
I try to make a editable and scaleable text with KonvaJs , but the effect is not what I want. I am new at this and hope to get help,3Q!
first,I need text to scale keep ratio and indent ,like this…
-
I'm working on a Konvajs based designer tool project where u'll be able to select multiple shapes with MouseClick+CntrlKey.
The idea is that once the first shape is selected, the Transformer is cre…
-
Hi
I think it would be great to implement https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvas support in future version.
I know you have some tricks for optimization however it is m…
-
Create a Vue JS shell .
- Investigate the uses and choices for a CSS framework
- Investigate 3rd party canvas components that we could use
- Investigate UI UX designs for mobile first development
-
I created a graphic design application using fabricjs. only thing i worried is performance. When i add HD image and do any operations, performance drops and most of the time getting hang. So i like to…
-
Hello,
**Bug or feature request**
[x] I'm reporting a reproducible issue with the code
[ ] I'm reporting a feature request
**Describe the Bug of feature request**
I use cordova-ios 5.0.1 …
-
Hi,
I am trying to use vue-konva within the Quasar framework. However, for some reason, the canvas is not being rendered and I get the following error.
> You are using the runtime-only build of…
-
In pure `Konva` framework, we have `zIndex` property. It is very useful to change order of elements with that property:
```javascript
node.setZIndex(2);
```
In `react-konva` the order of eleme…
-
Hello,
I'm trying use Konva 3.3.3 with Ionic Framework 3.9.5 / Angular Core 5.2.9 / TypeScript 3.5.1 and I'm getting these errors while building for IOS simulator. Interesting part is sometimes it …