Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@ Stops the current `qr` from searching for a QRCode.

The proper use of camera APIs and, then, the use of this module, the developer needs to first initiate a webserver for running the examples. I suggest going with [http-server](https://github.com/nodeapps/http-server).

## Scala.Js wrapper

There is a [wrapper available](https://github.com/mkotsbak/scalajs-qcode-decoder) available for using this library with Scala.Js with a typesafe facade.

## Credits

The main decoder methods are from [Lazar Laszlo](http://www.
Expand Down