From d2483c2ccacee49d28d35e6c918a94e76eb0961c Mon Sep 17 00:00:00 2001 From: Mani Yadla <133841094+YadlaMani@users.noreply.github.com> Date: Sat, 21 Oct 2023 12:16:09 +0530 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3fe45d0..81635c4 100644 --- a/README.md +++ b/README.md @@ -39,8 +39,7 @@ Please see ## What is QuaggaJS? -QuaggaJS is a barcode-scanner entirely written in JavaScript supporting real- -time localization and decoding of various types of barcodes such as __EAN__, +QuaggaJS is a barcode-scanner entirely written in JavaScript supporting real-time localization and decoding of various types of barcodes such as __EAN__, __CODE 128__, __CODE 39__, __EAN 8__, __UPC-A__, __UPC-C__, __I2of5__, __2of5__, __CODE 93__, __CODE 32__ and __CODABAR__. The library is also capable of using `getUserMedia` to get direct access to the user's camera stream. Although the @@ -545,7 +544,7 @@ CPU power are of concern. QuaggaJS usually runs in a two-stage manner (`locate` is set to `true`) where, after the barcode is located, the decoding process starts. Decoding is the -process of converting the bars into its true meaning. Most of the configuration +process of converting the bars into their true meaning. Most of the configuration options within the `decoder` are for debugging/visualization purposes only. ```javascript