ugcinc-render 1.5.28 → 1.5.29

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
@@ -1675,7 +1675,7 @@ function VideoElement({
1675
1675
  {
1676
1676
  src,
1677
1677
  style: videoStyle,
1678
- startFrom: startFromFrames,
1678
+ trimBefore: startFromFrames,
1679
1679
  playbackRate: speed,
1680
1680
  volume
1681
1681
  }
package/dist/index.mjs CHANGED
@@ -1589,7 +1589,7 @@ function VideoElement({
1589
1589
  {
1590
1590
  src,
1591
1591
  style: videoStyle,
1592
- startFrom: startFromFrames,
1592
+ trimBefore: startFromFrames,
1593
1593
  playbackRate: speed,
1594
1594
  volume
1595
1595
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ugcinc-render",
3
- "version": "1.5.28",
3
+ "version": "1.5.29",
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",