@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.
@@ -2,4 +2,4 @@
2
2
  /**
3
3
  * The library version.
4
4
  */
5
- export const VERSION = '0.2.286-fix-scanner-stream-visibility-9aa28a21be8dabe3e960c817f03b0903e640126b';
5
+ export const VERSION = '0.2.286-fix-scanner-stream-vis-rebase-da138a3774df48fd4aa4c493f20882a6034085fa';
@@ -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;
@@ -1,4 +1,4 @@
1
1
  /**
2
2
  * The library version.
3
3
  */
4
- export declare const VERSION = "0.2.286-fix-scanner-stream-visibility-9aa28a21be8dabe3e960c817f03b0903e640126b";
4
+ export declare const VERSION = "0.2.286-fix-scanner-stream-vis-rebase-da138a3774df48fd4aa4c493f20882a6034085fa";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twintag/twintag-core",
3
- "version": "0.2.286-fix-scanner-stream-visibility-9aa28a21be8dabe3e960c817f03b0903e640126b",
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",