@fulate/yoga 1.0.0 → 1.0.1
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 +1 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
# `@fulate/yoga`
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
`@fulate/yoga` 用 `yoga-layout` 为 Canvas 元素提供 Flex 布局。`Div` 是带 Yoga 样式的矩形容器,
|
|
3
|
+
`@fulate/yoga` 用 `yoga-layout` 为 Canvas 元素提供 Flex 布局。`Div` 是带 Yoga 样式的矩形容器,
|
|
6
4
|
`Span` 是带文本测量的 Yoga 文本元素;两者都仍是普通 Fulate Node/Element,不创建独立场景树。
|
|
7
5
|
|
|
8
6
|
`Div`、`Span` 会在模块加载时注册为 `f-div`、`f-span`;重复导入只更新同一 renderer registry,
|