react-create-html-video 1.3.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.
Files changed (2) hide show
  1. package/README.md +4 -0
  2. 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
 
package/package.json CHANGED
@@ -18,7 +18,7 @@
18
18
  "frontend",
19
19
  "react-ui"
20
20
  ],
21
- "version": "1.3.0",
21
+ "version": "1.4.1",
22
22
  "main": "dist/index.cjs.js",
23
23
  "module": "dist/index.esm.js",
24
24
  "types": "dist/index.d.ts",