Explorar el Código

Pre build bug fix

master
kj1352 hace 4 años
padre
commit
593b911e2d
Se han modificado 2 ficheros con 1566 adiciones y 1541 borrados
  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
La diferencia del archivo ha sido suprimido porque es demasiado grande
Ver fichero


+ 3
- 3
src/app/ar-fan-cam/ar-fan-cam.page.ts Ver fichero

@@ -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> = [];


Cargando…
Cancelar
Guardar