ng2-konva
ng2-konva copied to clipboard
Angular & Canvas - JavaScript library for drawing complex canvas graphics using Angular.
Hi, after installing and configuring ng2, I got this error from .../node_modules/ng2-konva/ng2-konva.d.ts, found version 4, expected 3, resolving symbol SharedModuleModule in .../src/app/shared-module/shared-module.module.ts, resolving symbol SharedModuleModule in .../src/app/shared-module/shared-module.module.ts Angular version =...
HI, I need to create a draggable and resizable rectangle. Currently I can drag the rectangle but I can't resize it. How can I do it , which method should...
I want to use ko-text and align text in the middle of the screen. I tried to use setOffset() method following this tutorial. https://konvajs.github.io/docs/shapes/Text.html. But failed. Any suggestions?
Is it possible to do animations like such: https://konvajs.github.io/docs/animations/Create_an_Animation.html I see sprites do support animation but I need to animate a line which doesn't extend it from what I can...
i want the user to mouse down and draw ex:box,polygon,pencil,text like paint app.Can help on taht
So i tried this code: ` ` The Problem is here, when the part with the **ngif statement** is not null it should appear, but it doesen't every time, when...
I'd like to suggest some more Examples. The given one don't cover the basic usage of the library. You could show for example how to: access the two paramters of...
Hi, I would like to open the theme of further development of your library. I mean especially things like: * support for grouping (like `ko-group`), * support for cloning (keeping...
Hi, after installing and configuring ng2, following this link - https://www.npmjs.com/package/ng2-konva-, I got this error from node_modules/konva/konva.d.ts (551,84): Cannot find name 'ImageBitmap'. Could you help me, please to fix this...