Sfoglia il codice sorgente

Pre build bug fix

master
kj1352 4 anni fa
parent
commit
593b911e2d
2 ha cambiato i file con 1566 aggiunte e 1541 eliminazioni
  1. +1563
    -1538
      .firebase/hosting.d3d3.cache
  2. +3
    -3
      src/app/ar-fan-cam/ar-fan-cam.page.ts

+ 1563
- 1538
.firebase/hosting.d3d3.cache
File diff soppresso perché troppo grande
Vedi File


+ 3
- 3
src/app/ar-fan-cam/ar-fan-cam.page.ts Vedi File

@@ -9,9 +9,9 @@ import { ModalController } from '@ionic/angular';
styleUrls: ['./ar-fan-cam.page.scss'],
})
export class ArFanCamPage implements OnInit {
@ViewChild('videoElement', null) videoElement: ElementRef<HTMLVideoElement>;
@ViewChild('glassesElement', null) glassesElement: ElementRef<HTMLImageElement>;
@ViewChild('canvasElement', null) canvasElement: ElementRef<HTMLCanvasElement>;
@ViewChild('videoElement') videoElement: ElementRef<HTMLVideoElement>;
@ViewChild('glassesElement') glassesElement: ElementRef<HTMLImageElement>;
@ViewChild('canvasElement') canvasElement: ElementRef<HTMLCanvasElement>;
mediaStream: MediaStream|null = null;
capturedImageStrings: Array<string> = [];


Caricamento…
Annulla
Salva