leafer-ui 1.0.1 → 1.0.3
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 +8 -4
- package/dist/web.cjs +3206 -0
- package/dist/web.esm.js +68 -55
- package/dist/web.esm.min.js +1 -1
- package/dist/web.js +582 -453
- package/dist/web.min.cjs +1 -0
- package/dist/web.min.js +1 -1
- package/dist/web.module.js +576 -450
- package/dist/web.module.min.js +1 -1
- package/package.json +18 -12
- package/src/index.ts +2 -0
- package/types/index.d.ts +1 -0
package/README.md
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
# Leafer UI
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
[](https://www.leaferjs.com)
|
|
4
|
+
|
|
5
|
+
Leafer UI 是基于 [Leafer](https://github.com/leaferjs/leafer) 开发的一套绚丽多彩的 UI 绘图、交互框架,作为 [LeaferJS](https://www.leaferjs.com) 的表现层,可结合 AI 绘图、生成界面,表现力丰富、性能强劲。
|
|
4
6
|
|
|
5
7
|
提供了丰富的 UI 绘图元素,和开箱即用的功能,如自动布局、图形编辑、SVG 导出,方便与 Figma、Sketch 等产品进行数据交换。并为跨平台开发提供了统一的交互事件,如拖拽、旋转、缩放手势等。
|
|
6
8
|
|
|
@@ -12,11 +14,13 @@ v1.0 正式版已发布 🎉🎉🎉
|
|
|
12
14
|
|
|
13
15
|
## 快速安装
|
|
14
16
|
|
|
15
|
-
🚀
|
|
17
|
+
🚀 想马上使用,请安装 [ leafer-ui](https://leaferjs.com/ui/guide/install/ui/start.html),开始你的探索之旅。
|
|
18
|
+
|
|
19
|
+
## 场景版
|
|
16
20
|
|
|
17
|
-
|
|
21
|
+
编辑图形的场景,推荐安装更省心的 [leafer-editor](https://leaferjs.com/ui/guide/install/editor/start.html),已集成了图形编辑器相关插件。
|
|
18
22
|
|
|
19
|
-
|
|
23
|
+
单纯绘图的场景,推荐安装更轻量的 [leafer-draw](https://leaferjs.com/ui/guide/type/draw/start.html) (49KB min+gzip)。
|
|
20
24
|
|
|
21
25
|
## 互动交流
|
|
22
26
|
|