easecut-react 1.1.1 → 1.1.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 +6 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
<p align="center">
|
|
2
|
+
<img src="https://i.postimg.cc/Zq8fXr1D/Logo.png" width="160">
|
|
3
|
+
</p>
|
|
2
4
|
|
|
3
5
|
<h1 align="center">EaseCut</h1>
|
|
4
6
|
|
|
@@ -21,7 +23,9 @@
|
|
|
21
23
|
具备进行快速视频编辑的完备功能。
|
|
22
24
|
</p>
|
|
23
25
|
|
|
24
|
-
## 效果图
|
|
26
|
+
## 效果图
|
|
27
|
+
|
|
28
|
+
[underhear.github.io/EaseCut/](underhear.github.io/EaseCut/)
|
|
25
29
|
|
|
26
30
|
<table>
|
|
27
31
|
<tr>
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "easecut-react",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.3",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "独立、可嵌入的 React 视频编辑器",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|
|
9
|
-
"url": "git+https://github.com
|
|
9
|
+
"url": "git+https://github.com/UnderHear/EaseCut.git"
|
|
10
10
|
},
|
|
11
11
|
"homepage": "https://underhear.github.io/EaseCut/",
|
|
12
12
|
"main": "./dist/index.js",
|