ugcinc-render 1.8.21 → 1.8.22

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/dist/index.js CHANGED
@@ -3184,8 +3184,8 @@ var RenderRoot = () => {
3184
3184
  id: "ScreenshotAnimationComposition",
3185
3185
  component: ScreenshotAnimationComp,
3186
3186
  schema: screenshotAnimationSchema,
3187
- durationInFrames: 90,
3188
- fps: 30,
3187
+ durationInFrames: 180,
3188
+ fps: 59,
3189
3189
  width: 1206,
3190
3190
  height: 2622,
3191
3191
  defaultProps: defaultScreenshotAnimationProps
package/dist/index.mjs CHANGED
@@ -2038,8 +2038,8 @@ var RenderRoot = () => {
2038
2038
  id: "ScreenshotAnimationComposition",
2039
2039
  component: ScreenshotAnimationComp,
2040
2040
  schema: screenshotAnimationSchema,
2041
- durationInFrames: 90,
2042
- fps: 30,
2041
+ durationInFrames: 180,
2042
+ fps: 59,
2043
2043
  width: 1206,
2044
2044
  height: 2622,
2045
2045
  defaultProps: defaultScreenshotAnimationProps
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ugcinc-render",
3
- "version": "1.8.21",
3
+ "version": "1.8.22",
4
4
  "description": "Unified rendering package for UGC Inc - shared types, components, and compositions for pixel-perfect client/server rendering",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",