@twintag/twintag-core 0.2.286-fix-scanner-stream-visibility-9aa28a21be8dabe3e960c817f03b0903e640126b → 0.2.286-fix-scanner-stream-vis-rebase-da138a3774df48fd4aa4c493f20882a6034085fa
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.
|
@@ -1,12 +1,10 @@
|
|
|
1
1
|
import { EventEmitter } from '../../stencil-public-runtime';
|
|
2
2
|
import { Format } from './reader';
|
|
3
|
-
import { Preprocessing } from './Preprocessing';
|
|
4
3
|
export declare class TwintagQRScanner {
|
|
5
4
|
video: HTMLVideoElement;
|
|
6
5
|
videoContainerRef: HTMLDivElement;
|
|
7
6
|
canvas: HTMLCanvasElement;
|
|
8
7
|
context: CanvasRenderingContext2D;
|
|
9
|
-
preprocessor: Preprocessing;
|
|
10
8
|
stage: number;
|
|
11
9
|
stageScale: number;
|
|
12
10
|
reqAnimFrame: number;
|
package/dist/types/version.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@twintag/twintag-core",
|
|
3
|
-
"version": "0.2.286-fix-scanner-stream-
|
|
3
|
+
"version": "0.2.286-fix-scanner-stream-vis-rebase-da138a3774df48fd4aa4c493f20882a6034085fa",
|
|
4
4
|
"author": "Twintag",
|
|
5
5
|
"main": "dist/index.cjs.js",
|
|
6
6
|
"module": "dist/index.js",
|