@bendyline/squisq-video-react 2.2.10 → 2.2.11
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 +1 -1
- package/dist/{chunk-GLOLS2CQ.js → chunk-F2XUI32B.js} +520 -136
- package/dist/{chunk-MEPETH5V.js → chunk-I4SXMCDF.js} +78 -3
- package/dist/{chunk-2XACUF6E.js → chunk-KJ5RKG67.js} +186 -84
- package/dist/{chunk-ERG6OLLO.js → chunk-KW5BBYKP.js} +3 -3
- package/dist/components/index.d.ts +2 -2
- package/dist/components/index.js +4 -4
- package/dist/encoder/index.d.ts +1 -1
- package/dist/encoder/index.js +2 -2
- package/dist/hooks/index.d.ts +2 -2
- package/dist/hooks/index.js +3 -3
- package/dist/index.d.ts +2 -2
- package/dist/index.js +4 -4
- package/dist/{mainThreadEncoder-BgcFyYvO.d.ts → mainThreadEncoder-CiVsL1Bf.d.ts} +2 -0
- package/dist/{useVideoExport-raCbwbwb.d.ts → useVideoExport-CM5XiM6Z.d.ts} +1 -1
- package/dist/workers/encode.worker.js +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -94,7 +94,7 @@ The `VideoExportModal` lets users configure:
|
|
|
94
94
|
|
|
95
95
|
- **Format:** MP4 video or animated GIF
|
|
96
96
|
- **Quality:** draft, normal, or high
|
|
97
|
-
- **FPS:** 10, 15, 24, or 30
|
|
97
|
+
- **FPS:** 10, 15, 24, or 30; MP4 defaults to 30 fps and GIF to 10 fps
|
|
98
98
|
- **Orientation:** MP4 defaults to 1920x1080/1080x1920; GIF defaults to 960x540/540x960
|
|
99
99
|
- **Captions:** off, standard, or social
|
|
100
100
|
- **Animations & transitions:** enabled by default for MP4 and disabled by default for GIF
|