Konala

Results 8 comments of Konala

能提供更多的解决方法么,在我使用这个库的时候很难装上,在构建的时候总是有很多问题。有群交流或是什么么

thinks,I would love to use this library in my browser, but unfortunately I can't install it

think you ,You guys are the best.

@raminious This only solves the scaling problem, but does not solve the box selection x y offset problem.Sorry, my English is not good ![IMG_2314](https://github.com/pikasojs/pikaso/assets/131419060/809c480c-b33b-4900-9d74-b248f1c8d8d6)

This is my code `stage.on('wheel', (e) => { e.evt.preventDefault(); let oldScale = stage.scaleX(); let scaleBy=1.1 let mousePointTo = { x: stage.getPointerPosition().x / oldScale - stage.x() / oldScale, y: stage.getPointerPosition().y /...

I still can't do this effect, I would like to add this feature and add it in the documentation, which is very helpful for beginners ![1689832586468 -original-original](https://github.com/pikasojs/pikaso/assets/131419060/3afdc33a-4e87-4f2d-a15b-cb6c90c4add7)

I solved that problem, and this is my demo, using the vue framework ``` vue addPolygon changeDrag import {ref, onMounted} from "vue"; import {Pikaso} from "pikaso"; let editor; let stage;...