@camera.ui/browser 0.0.144 → 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.
- package/dist/index.js +1 -0
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -3847,6 +3847,7 @@ function useCameraStream(options) {
|
|
|
3847
3847
|
video.muted = true;
|
|
3848
3848
|
video.disablePictureInPicture = false;
|
|
3849
3849
|
video.preload = "auto";
|
|
3850
|
+
video.poster = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=";
|
|
3850
3851
|
video.style.position = "absolute";
|
|
3851
3852
|
video.style.width = "100%";
|
|
3852
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.
|
|
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",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"@webgpu/types": "^0.1.71",
|
|
56
56
|
"eslint": "9.39.2",
|
|
57
57
|
"eslint-plugin-vue": "^10.10.0",
|
|
58
|
-
"globals": "^17.
|
|
58
|
+
"globals": "^17.8.0",
|
|
59
59
|
"prettier": "^3.9.6",
|
|
60
60
|
"rimraf": "^6.1.3",
|
|
61
61
|
"typescript": "5.9.3",
|