cljsjs/jsqr

A pure javascript QR code reading library. This library takes in raw images and will locate, extract and parse any QR code found within.

Leiningen/Boot

[cljsjs/jsqr "1.2.0-0"]

Clojure CLI/deps.edn

cljsjs/jsqr {:mvn/version "1.2.0-0"}

Gradle

implementation("cljsjs:jsqr:1.2.0-0")

Maven

<dependency>
  <groupId>cljsjs</groupId>
  <artifactId>jsqr</artifactId>
  <version>1.2.0-0</version>
</dependency>