@snapcall/stream-ui 1.33.2-beta.1 → 1.33.2-beta.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.
@@ -15,7 +15,7 @@ import {v4 as $3Sbms$v4} from "uuid";
15
15
  import {WebSocketTransport as $3Sbms$WebSocketTransport, Peer as $3Sbms$Peer} from "protoo-client";
16
16
  import {Producer as $3Sbms$Producer} from "mediasoup-client/lib/Producer";
17
17
  import {Device as $3Sbms$Device} from "mediasoup-client";
18
- import {SelfieSegmentation as $3Sbms$SelfieSegmentation} from "@mediapipe/selfie_segmentation";
18
+ import $3Sbms$mediapipeselfie_segmentation from "@mediapipe/selfie_segmentation";
19
19
  import {toCanvas as $3Sbms$toCanvas, toDataURL as $3Sbms$toDataURL} from "qrcode";
20
20
  import {createPortal as $3Sbms$createPortal} from "react-dom";
21
21
  import $3Sbms$reactmarkdown from "react-markdown";
@@ -1394,7 +1394,7 @@ class $ab40fd7a219a4259$export$2e2bcd8739ae039 {
1394
1394
  const $0148b6fd862a22e8$var$log = new (0, $0f65a9eaf4a1e910$export$2e2bcd8739ae039)('MediaPipe');
1395
1395
  const $0148b6fd862a22e8$var$mediapipeUrl = process.env.ASSETS_URL;
1396
1396
  let $0148b6fd862a22e8$var$selfieSegmentationInitialized = false;
1397
- const $0148b6fd862a22e8$var$selfieSegmentation = new $3Sbms$SelfieSegmentation({
1397
+ const $0148b6fd862a22e8$var$selfieSegmentation = new (0, $3Sbms$mediapipeselfie_segmentation).SelfieSegmentation({
1398
1398
  locateFile: (file, prefix)=>{
1399
1399
  $0148b6fd862a22e8$var$log.debug('selfieSegmentation', file, prefix);
1400
1400
  if ($0148b6fd862a22e8$var$mediapipeUrl) return `${$0148b6fd862a22e8$var$mediapipeUrl}/mediapipe/${file}`;
package/dist/stream-ui.js CHANGED
@@ -1400,7 +1400,7 @@ class $d582bbc5717818b4$export$2e2bcd8739ae039 {
1400
1400
  const $cb913ea078a876a6$var$log = new (0, $d0c6baf97675ab49$export$2e2bcd8739ae039)('MediaPipe');
1401
1401
  const $cb913ea078a876a6$var$mediapipeUrl = process.env.ASSETS_URL;
1402
1402
  let $cb913ea078a876a6$var$selfieSegmentationInitialized = false;
1403
- const $cb913ea078a876a6$var$selfieSegmentation = new $jQDcL$mediapipeselfie_segmentation.SelfieSegmentation({
1403
+ const $cb913ea078a876a6$var$selfieSegmentation = new (0, ($parcel$interopDefault($jQDcL$mediapipeselfie_segmentation))).SelfieSegmentation({
1404
1404
  locateFile: (file, prefix)=>{
1405
1405
  $cb913ea078a876a6$var$log.debug('selfieSegmentation', file, prefix);
1406
1406
  if ($cb913ea078a876a6$var$mediapipeUrl) return `${$cb913ea078a876a6$var$mediapipeUrl}/mediapipe/${file}`;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@snapcall/stream-ui",
3
- "version": "1.33.2-beta.1",
3
+ "version": "1.33.2-beta.2",
4
4
  "description": "",
5
5
  "source": "src/index.tsx",
6
6
  "main": "dist/stream-ui.js",