@fulate/tools 1.0.0 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
# @fulate/tools Editor integration
|
|
2
2
|
|
|
3
|
-
> 文档角色:`GUIDE`。权威来源:Tools 源码 TSDoc 与测试;Editor 的跨域长期契约见 [`docs/specs/editor-interaction.md`](../../docs/specs/editor-interaction.md)。
|
|
4
|
-
|
|
5
3
|
每个活动 Root 只有一个 `EditorInteractionController`。它拥有 selection、输入仲裁、Transform/Point
|
|
6
4
|
gesture、Content session、Line/LineTree branch draft 与 semantic History 边界;`Select` 只保留 command/paint
|
|
7
5
|
surface,`LineTool` 只保留 command/preview surface。Transform 的每个已派发 pointer 输入都立即从
|