react_hsbc_teller 1.4.1 → 1.4.2
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/package.json
CHANGED
|
@@ -4060,8 +4060,8 @@ class Video extends Component {
|
|
|
4060
4060
|
// }
|
|
4061
4061
|
canvas.width = 960;
|
|
4062
4062
|
canvas.height = 540;
|
|
4063
|
-
cobj.fillStyle = 'rgb(255 255 255)'
|
|
4064
|
-
cobj.fillRect(0,0,1280,720)
|
|
4063
|
+
// cobj.fillStyle = 'rgb(255 255 255)'
|
|
4064
|
+
// cobj.fillRect(0,0,1280,720)
|
|
4065
4065
|
// const height1 = document.getElementById("whiteboardDIV").getBoundingClientRect().height* window.screen.height / (document.body.clientHeight + 280)
|
|
4066
4066
|
|
|
4067
4067
|
videoMedia.addEventListener('play', (event) =>{
|