add online link

This commit is contained in:
Henry A Schimke
2023-05-04 15:52:05 -05:00
committed by GitHub
parent 08b50efe69
commit 58b33d44cb

View File

@@ -9,6 +9,9 @@ Porting was done with the rust language in mind, though some parts may resemble
## CLI
If you're looking for a CLI interface into the library, please see [rxing-cli](https://crates.io/crates/rxing-cli).
## Online
An online demo is available at [scan.rxing.org](https://scan.rxing.org).
## WASM
If you're looking for a WASM version of this library, check out [rxing-wasm](https://github.com/rxing-core/rxing-wasm), or on [NPM](https://www.npmjs.com/package/rxing-wasm).
@@ -120,4 +123,4 @@ fn main() {
Currently tracking zxing 3.5.1
## Copyright notes
The original license / copyright remains with the zxing developers. The license / copyright for the ported components of the c++ port remain with the developers of that port, where applicable.
The original license / copyright remains with the zxing developers. The license / copyright for the ported components of the c++ port remain with the developers of that port, where applicable.