react-create-html-video 1.4.0 → 1.4.1
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 +4 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -12,6 +12,10 @@ A lightweight React component that programmatically generates and plays an HTML
|
|
|
12
12
|
```console
|
|
13
13
|
npm install react-create-html-video
|
|
14
14
|
```
|
|
15
|
+
**Note:** If you are having trouble in some environments like Next.js, try to install with
|
|
16
|
+
```console
|
|
17
|
+
npm install --save react-create-html-video@1.2.0
|
|
18
|
+
```
|
|
15
19
|
|
|
16
20
|
### 🎲 Features
|
|
17
21
|
|