vue-konva icon indicating copy to clipboard operation
vue-konva copied to clipboard

Vue & Canvas - JavaScript library for drawing complex canvas graphics using Vue.

Results 42 vue-konva issues
Sort by recently updated
recently updated
newest added

Trying to use Konva and vue-Konva on a Electron-vue project and getting this error: `Uncaught SyntaxError: Unexpected token import at createScript (vm.js:80) at Object.runInThisContext (vm.js:139) at Module._compile (module.js:606) at Object.Module._extensions..js...

var width = 960; var height = 600; var stage = new Konva.Stage({ container: 'container', width: width, height: height, }); var layer = new Konva.Layer(); stage.add(layer); let currentShape; document.getElementById('Rect').addEventListener("click", function...

无论是在全局引入,还是在自己模块中引入后,展开或收起侧边栏,页面就会卡住,删除引入依赖就好了,是什么原因

I checked document, cannot find import on demand, but only fully import

Opening this issue so we can add typescript support for the reference object methods such as `this.$refs.myObject.getNode()` and it would ideally return a `Node` type from the Konva library. Here's...

When trying to add a layer to the stage in vue-konva Vue crashes: ``` [Vue warn]: Unhandled error during execution of scheduler flush. This is likely a Vue internals bug....

First of all: thanks for the awesome library! I have a few custom Shapes that are subclasses of Konva.Node. Currently I don't see a way of using those as components...

Is integration with Quasar CLI planned? After importing vue-konva into Quasar, I get an error as shown in the picture. Perhaps I'm just setting something wrong, as importing packages works...

Hi, sorry for non-standard issue format and content, I don't know is this a bug or not, I've tried to make a "shape" with core logic, but splitted template. Here...

I have installed Konva and Vue Konva in my project. I used `Konva` version `8.4.3` `vue-konva` version `3.0.2` then when use in page, ```html ``` and run in Firefox I...