-
# 计划
[https://blog.xieyaxin.top/posts/%E9%9A%8F%E7%AC%94/](https://blog.xieyaxin.top/posts/%E9%9A%8F%E7%AC%94/)
-
```
const app = new App({
view: window,
editor: {}
})
const test1 = new Flow(
{ draggable: true }
);
const test1_1 = new Flow(
{ draggable: true }
);
test1_1.add(Text.one({
text:…
-
[bug] EditorEvent是不是没有原始事件,不好判断是不是右击选中
canvas.editor.on(EditorEvent.SELECT, (event: EditorEvent) => {
console.log(event.origin); //undefined
})
-
当光标不在元素上可以触发框选操作,鼠标在元素上触发不了,希望能在元素内触发。
-
- [x] I have searched the [issues](https://github.com/antvis/g/issues) of this repository and believe that this is not a duplicate.
### What problem does this feature solve?
1、官方示例《使用 Yoga 排版引擎》一直…
gdnwr updated
2 months ago
-
-
目前支持用视频元素马 是不是需要用自定义的元素来做这个 比如我想背景是视频 或者想某个元素装饰是视频
yy8z7 updated
2 months ago
-
想实现一个点击画布,出现光标在闪烁然后可以输入文字的功能(效果和input一致),发现leafer的text自带了该功能,但是怎么在创建了text后默认启用该功能,而不是选中后双击才启用呢
-
希望用 leafer pen 方法画出 rough.js 的效果,但是和理想效果稍微有点差别:
![image](https://github.com/leaferjs/ui/assets/5955526/95e2e0b5-f711-4091-b1af-018c1ec0afb1)
左侧为集成后,右侧为 rough.js 直出效果。
如果想两种效果一致,是 `pen.setStyle`…
-