decodeQR(img: Image,opts?: DecodeOpts,): string
img: Image
optional
opts: DecodeOpts
Auditable, 0-dependency, cross-platform QR Code Pattern encoder & decoder.
decodeQR(img: Image,opts?: DecodeOpts,): string
img: Image
opts: DecodeOpts
Add Package
deno add jsr:@paulmillr/qr
Import symbol
import { decodeQR } from "@paulmillr/qr/decode.js";
Import directly with a jsr specifier
import { decodeQR } from "jsr:@paulmillr/qr/decode.js";
Add Package
pnpm i jsr:@paulmillr/qr
pnpm dlx jsr add @paulmillr/qr
Import symbol
import { decodeQR } from "@paulmillr/qr/decode.js";
Add Package
yarn add jsr:@paulmillr/qr
yarn dlx jsr add @paulmillr/qr
Import symbol
import { decodeQR } from "@paulmillr/qr/decode.js";
Add Package
npx jsr add @paulmillr/qr
Import symbol
import { decodeQR } from "@paulmillr/qr/decode.js";
Add Package
bunx jsr add @paulmillr/qr
Import symbol
import { decodeQR } from "@paulmillr/qr/decode.js";