Hufe921 / canvas-editor

rich text editor by canvas/svg
https://hufe.club/canvas-editor-docs
MIT License
3.47k stars 506 forks source link

CRDT问题 #770

Closed jimmyhuangjun closed 3 weeks ago

jimmyhuangjun commented 3 weeks ago

What problem does this feature solve?

你好,看到了你的特性中包括使用Yjs实现的CRDT功能,但是看了main.ts中的代码发现update监听后,是直接删除所有的数据,然后insertElementList实现的,效果不是非常好,请问有没有可能更好的实现CRDT这部分的功能。非常感谢

What does the proposed API look like?

CRDT

Hufe921 commented 3 weeks ago

示例仅为演示,暂时可以自行实现