Recognize the QR code from the image qr2clipboard const buf = new Uint8Array(readFileSync('./assets/a.webp')); const r = detect(buf) expect(r).toEqual(['hello world'])