library icon indicating copy to clipboard operation
library copied to clipboard

Fix check for the type HTMLVideoElement

Open ti777777 opened this issue 1 year ago • 2 comments

ti777777 avatar Jul 29 '22 15:07 ti777777

fix #493 #497 #516 #520 #525

ti777777 avatar Jul 29 '22 16:07 ti777777

Hi, Does anybody can help to review this PR

ti777777 avatar Aug 08 '22 01:08 ti777777

@mmalomo @ti777777 Any idea when this will be merged into the master?

mageshk98 avatar Oct 11 '22 12:10 mageshk98

@mmalomo @ti777777 Any idea when this will be merged into the master?

Sorry,I am not the maintainer. I have no idea.😅

ti777777 avatar Oct 14 '22 13:10 ti777777

A temporary hack worked for me.

const img = document.getElementById('img'); img.videoWidth = 0; codeReader.decodeFromImage(img).then((result) => { //Logic goes here }

mageshk98 avatar Dec 30 '22 07:12 mageshk98

Can u update the merge conflicts? I will then merge this!

werthdavid avatar Apr 19 '23 07:04 werthdavid

I fixed it directly on master

werthdavid avatar Apr 19 '23 07:04 werthdavid