scandoc-ai-components 0.0.58 → 0.0.59
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 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -11452,8 +11452,7 @@ class ExtractorVideo {
|
|
|
11452
11452
|
<div class="desktopFeedback" id="ScanDocAIMessage"></div>
|
|
11453
11453
|
<div class="desktopVideoArea">
|
|
11454
11454
|
<div class="desktopVideoHolder">
|
|
11455
|
-
<video id="
|
|
11456
|
-
<canvas id="canvas" style="display: none;"></canvas>
|
|
11455
|
+
<video id="ScanDocAIVideoElement" class="desktopVideo" autoPlay muted playsInline></video>
|
|
11457
11456
|
<div class="backgroundOverlay"></div>
|
|
11458
11457
|
<div class="desktopRectangle dashedRectangle"></div>
|
|
11459
11458
|
</div>
|