You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (imageSource instanceof HTMLImageElement) {
ReferenceError: HTMLImageElement is not defined
import{BrowserQRCodeReader}from'@zxing/browser';constcodeReader=newBrowserQRCodeReader();(asyncfunction(){constsource='https://image.jpg';constresultImage=awaitcodeReader.decodeFromImageUrl(source);console.log(resultImage)// or use decodeFromVideoUrl for videos// const resultVideo = await codeReader.decodeFromVideoUrl(source);})()
The text was updated successfully, but these errors were encountered:
My full code running with command
node index.js
Error appear
The text was updated successfully, but these errors were encountered: