@bylqwjc/react-video-editor 1.0.3 → 1.0.4
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 +7 -2
- package/dist/chunks/chunk-OKB2FJUI.mjs +1414 -0
- package/dist/chunks/chunk-YP7ILKMI.mjs +1 -0
- package/dist/chunks/frames-KWJYA55E.mjs +8 -0
- package/dist/react.mjs +1 -1421
- package/dist/web-component.mjs +1 -1496
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -18,7 +18,6 @@ Video Editor application using React and TypeScript.
|
|
|
18
18
|
</p>
|
|
19
19
|
</div>
|
|
20
20
|
|
|
21
|
-
[](https://github.com/designcombo/react-video-editor)
|
|
22
21
|
|
|
23
22
|
## ✨ Features
|
|
24
23
|
|
|
@@ -57,7 +56,13 @@ import {
|
|
|
57
56
|
} from "@bylqwjc/react-video-editor/web-component";
|
|
58
57
|
```
|
|
59
58
|
|
|
60
|
-
|
|
59
|
+
If the host app does not already provide them, install the package peer dependencies as well:
|
|
60
|
+
|
|
61
|
+
```bash
|
|
62
|
+
npm install react react-dom
|
|
63
|
+
```
|
|
64
|
+
|
|
65
|
+
The `web-component` entry is published as an ESM build that shares the package peer React runtime, while still bundling the editor-specific dependencies.
|
|
61
66
|
|
|
62
67
|
## ⌨️ Development
|
|
63
68
|
|