@ray-js/ray-ipc-player 2.0.20-beta-12 → 2.0.20-beta-13
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/lib/index.js +0 -2
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -43,7 +43,6 @@ const Player = props => {
|
|
|
43
43
|
borderWidth: 0
|
|
44
44
|
},
|
|
45
45
|
privateState = false,
|
|
46
|
-
objectFit = 'contain',
|
|
47
46
|
extend = {},
|
|
48
47
|
brandColor = '#FF592A',
|
|
49
48
|
renderErrIcon,
|
|
@@ -633,7 +632,6 @@ const Player = props => {
|
|
|
633
632
|
autoPauseIfNavigate: false,
|
|
634
633
|
autoPauseIfOpenNative: false,
|
|
635
634
|
muted: defaultMute,
|
|
636
|
-
objectFit: objectFit,
|
|
637
635
|
clarity: clarity,
|
|
638
636
|
rotateZ: rotateZ,
|
|
639
637
|
scalable: scalable,
|