leafer-ui 1.0.0-rc.9 → 1.0.0
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 +21 -5
- package/dist/web.esm.js +1296 -962
- package/dist/web.esm.min.js +1 -1
- package/dist/web.js +7095 -5952
- package/dist/web.min.js +1 -1
- package/dist/web.module.js +7067 -5942
- package/dist/web.module.min.js +1 -1
- package/package.json +11 -4
- package/src/index.ts +1 -1
package/README.md
CHANGED
|
@@ -1,14 +1,26 @@
|
|
|
1
1
|
# Leafer UI
|
|
2
2
|
|
|
3
|
-
Leafer UI 是基于 Leafer 开发的一套绚丽多彩的 UI
|
|
3
|
+
Leafer UI 是基于 [Leafer](https://github.com/leaferjs/leafer) 开发的一套绚丽多彩的 UI 绘图、交互框架,可结合 AI 绘图、生成界面,表现力丰富、性能强劲。
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
提供了丰富的 UI 绘图元素,和开箱即用的功能,如自动布局、图形编辑、SVG 导出,方便与 Figma、Sketch 等产品进行数据交换。并为跨平台开发提供了统一的交互事件,如拖拽、旋转、缩放手势等。
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
可用于高效绘图、组态、开发图形图像编辑软件。随着生态的不断发展,未来将支撑可视化开发网页、应用、游戏、动画。
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
## 快速安装
|
|
10
10
|
|
|
11
|
-
|
|
11
|
+
🚀 想马上使用,请 [安装 leafer-ui](https://leaferjs.com/ui/guide/install/ui/start.html),开始你的探索之旅。
|
|
12
|
+
|
|
13
|
+
如需编辑图形,推荐更省心的 [leafer-editor](https://leaferjs.com/ui/guide/install/editor/start.html),已集成了图形编辑器相关插件。
|
|
14
|
+
|
|
15
|
+
纯绘图的场景,推荐更轻量的 [leafer-draw](https://leaferjs.com/ui/guide/type/draw/start.html) (49KB min+gzip)。
|
|
16
|
+
|
|
17
|
+
## 互动交流
|
|
18
|
+
|
|
19
|
+
有问题、建议可以 [提交 issue](https://github.com/leaferjs/ui/issues),留下你的贡献足迹。
|
|
20
|
+
|
|
21
|
+
欢迎加入 [技术交流群](https://leaferjs.com/#contact) ,与小伙伴们建立联系,共同学习进步。
|
|
22
|
+
|
|
23
|
+
🌟 记得前往 [GitHub](https://github.com/leaferjs/ui) / [Gitee](https://gitee.com/leaferjs/ui) 点亮你的 [小星星](https://github.com/leaferjs/ui) ✨ ✨ ✨
|
|
12
24
|
|
|
13
25
|
## 使命与愿景
|
|
14
26
|
|
|
@@ -28,6 +40,10 @@ Leafer UI 致力于实现一套简洁、开放、现代化的 UI 绘图语言标
|
|
|
28
40
|
|
|
29
41
|
[快速安装](https://www.leaferjs.com/ui/guide/start.html)
|
|
30
42
|
|
|
43
|
+
[LeaferJS 主仓库](https://github.com/leaferjs/LeaferJS)
|
|
44
|
+
|
|
45
|
+
[Leafer 仓库](https://github.com/leaferjs/leafer)
|
|
46
|
+
|
|
31
47
|
### License
|
|
32
48
|
|
|
33
49
|
Leafer UI 是采用 MIT 许可的开源项目,可以永久免费使用。
|