@camera.ui/browser 0.0.145 → 0.0.146

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.
Files changed (2) hide show
  1. package/dist/index.js +0 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -3848,7 +3848,6 @@ function useCameraStream(options) {
3848
3848
  video.disablePictureInPicture = false;
3849
3849
  video.preload = "auto";
3850
3850
  video.poster = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=";
3851
- video.style.backgroundColor = "#000";
3852
3851
  video.style.position = "absolute";
3853
3852
  video.style.width = "100%";
3854
3853
  video.style.height = "100%";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camera.ui/browser",
3
- "version": "0.0.145",
3
+ "version": "0.0.146",
4
4
  "description": "camera.ui browser client",
5
5
  "author": "seydx (https://github.com/cameraui/clients)",
6
6
  "type": "module",