nimiq / qr-scanner

Lightweight Javascript QR Code Scanner
https://nimiq.github.io/qr-scanner/demo
MIT License
2.51k stars 537 forks source link

typescript deprecated contructor #203

Open AlessiaCorsini opened 2 years ago

AlessiaCorsini commented 2 years ago

If used with ts the QrScanner constructor seems to associated to a deprecated type

constructor(video: HTMLVideoElement, onDecode: (result: string) => void, canvasSize?: number);

Screenshot 2022-10-13 at 10 43 19 Screenshot 2022-10-13 at 10 43 24

I am ts newby, I am I doing something wrong or is this a bug?

MarcusPOliveira commented 11 months ago

Same problema here! Any solution?