-
最近发现国内性能很牛的svg处理引擎
https://www.leaferjs.com/
大佬有没有去兼容这个引擎的想法呢 哈哈哈
-
如题
-
![image](https://github.com/leaferjs/ui/assets/129353743/f95a695c-4118-41d1-8a59-5cbff9f7c85a)
-
如题,感谢!
希望能够清空画板方法(开发文档中没有找到),并能支持同页面多个实例的实现思路
hmwl updated
10 months ago
-
![image](https://github.com/leaferjs/ui/assets/76504874/9c84229a-41b5-40ff-8af7-17bf0b447d7d)
Frame设置了scaleY: -1,我往右边旋转,编辑器往左边旋转,和图像错位了
-
有没有一键清除所有内容的方法?
-
This is an example given by Leaferjs, comparing the time required to create 1 million rectangles.
Konva takes the longest time to create 1 million rectangles, approximately over 40 seconds
Here is a…
-
例如在leafer舞台缩放比例较小的时候,点击某个图形,将leafer放大到1倍缩放比例,并且将该图形居中展示在视图中央。现在我简单实现了一个版本,但是效果不是很好,希望官方考虑下~(另外,技术交流群二维码在哪里可以找到呢,想进群~)
-
如题,最近我在做一款富文本编辑器。在富文本编辑器领域比较好的资料详细可以参考有道团队给出的这两篇文章:
https://juejin.cn/post/6920054071571251208
https://juejin.cn/post/6922343979325325319
关于有道团队最终提出使用dom渲染的方式,其实是迫于技术限制,例如:不清楚canvas渲染长文本的性能。
现在有了l…
-
In KonvaJS, when we use Konva.Transformer(), we can select a shape and a selection rectangle will be created on top of that.
Using which we can rotate the shape, strectch the shape etc. We can perfor…