@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 CHANGED
@@ -18,7 +18,6 @@ Video Editor application using React and TypeScript.
18
18
  </p>
19
19
  </div>
20
20
 
21
- [![](https://raw.githubusercontent.com/designcombo/react-video-editor/main/images/combo.png)](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
- The `web-component` bundle is published as a self-contained browser build, so consumers do not need to rebundle `framer-motion`, `next-themes`, or React internals just to open the editor.
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