Skip to content

ahaoboy/qr-detect

Repository files navigation

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'])

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published