| Current File : //home/missente/_wildcard_.missenterpriseafrica.com/qcqx/index/zxing-qr-code-scanner.php |
<!DOCTYPE html>
<html>
<head>
<!-- Google tag () -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title></title>
<!--meta-->
<meta name="keywords" content="">
<meta name="description" content="">
<meta charset="UTF-8">
</head>
<body>
<!-- Body Inner -->
<div class="body-inner">
<!-- Topbar -->
<div class="header-inner">
<div class="container"><!--end: Navigation-->
</div>
</div>
<!-- end: Header -->
<!-- Page Content -->
<section id="page-content" class="sidebar-right">
</section>
<div class="container">
<div class="row">
<!-- content -->
<div class="content col-lg-9">
<!-- Blog -->
<div id="blog" class="single-post">
<!-- Post single item-->
<div class="post-item">
<div class="post-item-wrap">
<div class="post-audio">
<img src="/Assets/ReportImages/" alt="Almonds and Continued Innovations">
<audio class="video-js vjs-default-skin" controls="" preload="false" data-setup="{}">
<source src="/Assets/Audio/" type="audio/mp3">
</source>
</audio>
<div class="text mt-2"><br>
</div>
</div>
<div class="post-item-description">
<h2>Zxing qr code scanner. Ask Question Asked 8 years, 11 months ago.</h2>
<br>
<div class="post-thumbnail-entry clearfix mr-4 mb-4">
<div class="post-thumbnail-content">
<h6></h6>
</div>
</div>
Zxing qr code scanner Ask Question Asked 8 years, 11 months ago. So my question is, what is the best alternative? Nov 21, 2024 · ML Kit vs. You can read QR code with zxing API through the command line. But I can't find it yet. Log; import com. Aug 29, 2024 · To define the barcode reader, use the x:Name from the code snippet in step 4 for the zxing:CameraBarcodeReaderView view. My app uses the fragment architecture. QR code scanner from image online is a free QR reader tool. 8. The easiest way to do this is to call the ZXing SCAN Intent from your application, like this : ZXing ("zebra crossing") is an open-source, multi-format 1D/2D barcode image processing library implemented in Java, with ports to other languages. Below is the command to read the QR code Scan QR Code from Video Camera. in my app when I click a button I am taken to the barcode reader activity where I read the code with the help if ZXing reader. How turn on flashlight using Barcode Detection in Google Play services? 4. 3, last published: 4 months ago. Zxing - Changing camera view -90 degrees. g. Barcode scan ZXING library. setCameraId(0); integrator. 7; I just imported the ZXing library in my app, I know how to set up the putExtra function to scan QR-Code barcode: INTENT = new Intent("com. How to stop continuous scanning by zxing-android-embedded in Android. Barcode scanning library for Java, Android. AppCompatActivity; import android. dll fil Dec 28, 2020 · ZXing ("Zebra Crossing") barcode scanning library for Java, Android - Scanning Via Intent · zxing/zxing Wiki # ZXing. This port is based on . My App build. It contains many unnecessary ui objects for me. Nov 6, 2023 · . scan(onSuccessFunc,onFailFunc,{SCAN_HEIGHT:111,SCAN_WIDTH:222}) will produce the same result. But did not get any solution. Try zxing-android-embedded: Super easy to add to your app. Method to generate a QR code. There are 9 other projects in the npm registry using react-qr-barcode-scanner. See @zxing-js/ngx-scanner for using the library in Angular. It is not used for any other purpose. Using ZXing Scan barcode/QR code in blazor . import android. 0, last published: 3 months ago. Try ZXScanner. This tool allows you to scan QR codes from pictures and screenshots. If you used the code example, that’s x:Name = cameraBarcodeReaderView . Viewed 22k times 3 . 2, last published: 5 months ago. taman. Yes, it takes a lot more than this to make it scan in portrait mode. 2@aar' Aug 2, 2013 · I am having great success with zxing on . SCAN"); INTENT. setOnClickListener(new View. 8M). Built-in support for multiple barcode formats. This is I think the first native FireMonkey barcode lib. It is an all-in-one QR scanner that scans all standard 1D and 2D code types, including almost all QR codes & barcodes. barcodescanner. I am trying to Angular (2+) QR code, Barcode, DataMatrix, scanner component using ZXing. The problem: Everytime I'm using the scanner component I get no errors but the camera view for the scanner won't load and I will just get the same screen I have as a background in I just found the easiest way. appspot. 9' ScanActivity. There is already a library that handles the ZXing core, and even optimizes it for custom usage. In escence even after you scan a QR code successfully and leave the scanner screen, the barcodeview will "haunt" you by continuing to scan from the backstack. Supported formats include: This web application is powered by the barcode scanning implementation in the open source ZXing project. Sep 23, 2015 · ZXing barcode scanner in custom layout in fragment. Thanks ZXing ("Zebra Crossing") barcode scanning library for Java, Android - Barcode Contents · zxing/zxing Wiki The ZXing reader library supports all of the formats Nov 22, 2013 · Also running Xcode's static code analysis on the Zxing-library reveals memory errors, I'm not sure if these errors are false positive or not, but they make me doubt Zxing even more. High-performance Angular barcode scanner component based on ZXing. import React from 'react'; import { QrReader } from 'zxing-qr-reader Dec 2, 2024 · ZXScanner is a free QR code and barcode scanner app for Android and iOS. 1. ZPL code for barcode Feb 18, 2019 · If you're using ZXing's ZXingScannerView you can use stopCameraPreview() in combination with stopCamera() when you're processing the QR Code and/or showing the result to your users. From checking attendees into an event and opening web pages to creating a conference scavenger hunt, there are plenty of use cases. Screenshots. Vậy với một develop , thì việc tạo mã QR sẽ như thế nào. Trong bài này mình sẽ cùng tìm hiểu cách tạo 1 mã QR Code sử dụng Google Zxing Install ZXing. Scanning barcode using Angular2. QR Code Scanner in Android using ZXING library. Nov 22, 2019 · You can use Barcode Scanner to email a generated QR code or your scan history. Maui. 1 - start Zxing via Intent 2 - scan QR code 3 - retrieve the info from the scan in onActivityResult. HOME 🏡. Instantiate the QrReader class by passing a canvas context to the constructor. However, I found working with a copy of the source of ZXing project difficult. , binary data encoded in Base64 before passing it to a QR Code generator) is the safest choice for QR code against the heuristics. Jan 13, 2021 · Using Android Studio Kotlin, I'm using Zxing barcode scanner in my app. It does not offers support to any physical barcode readers or things like that. These QR Codes can contain a URL, contact information, a calendar event, and much more. Features # Fast and reliable QR code and barcode scanning. compile 'com. Thanks to CameraX it is much easier to implement camera… QR Code Scanner From Image. Latest version: 19. 6. com May 26, 2019 · I am trying to develop QR code scanner App using Zxing library in Kotlin. For example, reading multiple QR codes from the image using MultipleBarcodeReader. We should create another CaptureActivity. 21. Sep 28, 2016 · I recently released a qr reader app, and ZXing really is the go-to library on Android. v7. In the last 30 days, the app was downloaded about 6. qrcode. Download the ZXING library from here. Camera. NET and ZXing. Here are the detailed steps to implement it: Install ZXing. The APK has been available since before 2010. setDesiredBarcodeFormats(integrator. bc. I'm using the ngx-scanner component which is a ported version of Google's ZXing scanning library for Angular. setDesiredBarcodeFormats(IntentIntegrator. Its most notable drawbacks as a barcode scanning solution include: 5 days ago · Barcode Scanner is a shopping app developed by ZXing Team. It should point to JournalDev Home URL. The library can be used from browser or from node. zxing. You can use your mobile QR Code scanner app to test it. ALL_CODE_TYPES); integrator. 0 or later), then passing the same intents like xxxxx. dm7. Jan 16, 2015 · I am looking for a tutorial that shows how to make a Qr code scanner using Zxing and android studio, there are many on there internet but all of theme use eclipse, when i try to follow the same steps in android studio it doesn't work. Now, we will see some more concepts on how can you customise the default features provided in ZXing library. Net Redth port of ZXing and the Java one. Apr 11, 2024 · Yes, you can also use ZXing. The code I am using (well bits of it): // Create Barcode decoder Dec 12, 2018 · By using only above code , i can scan any QR codes succesfully. Now i'm trying to integrate this scanner with my webview. I have a header and footer via fragment in the same view but I cannot make ZXing in Custom Layout. I have read multiple threads on the internet about how it is discouraged to integrate the app within one's own project. To specify the options, use the BarcodeReaderOptions class. com. zxing barcode is not decoding in portrait mode. The Camera. com: The source behind web-based barcode generator at zxing. So, using US-ASCII printable characters only (e. 7. ZXingScannerView; public class ScanActivity extends AppCompatActivity implements Jan 7, 2019 · ZXing barcode scanner for . Aug 5, 2024 · Disadvantages of using the ZXing barcode scanner library. which you usually dont want. Currently using ZXing Library to create the application. 0 Different result for zxing QRscanner. OnClickListener() { @Override public void onClick(View v) { IntentIntegrator integrator = new IntentIntegrator(getActivity()); integrator. Apr 19, 2020 · Recently I had to implement QR code scanning in Simple using CameraX and zxing (we are using zxing to decode the image and read the QR code). Mar 4, 2019 · I'm developing an Android App to scan QR codes, using zxing library as follow: First the integration of the library in the Gradle: implementation 'com. Its library has multiple components, and we will be using the ‘core’ for QR code creation in our Java example. putExtra("SCAN_MODE", "QR_CODE_MODE"); startActivityForResult(INTENT, 0); and if I like to scan a 1D barcode: Integrate zxing to your React application using a custom hook. Its most notable drawbacks as a barcode scanning solution include: Scanning accuracy and speed: ZXing struggles with scanning poorly lit or damaged barcodes. Controls and you need to create a zxing:CameraBarcodeReaderView to detect or scan the barcode. QRCodeWriter to encode data and com. j2se. barcodescanner:zxing:1. Features. MatrixToImageWriter to generate the QR Code image. Delphi is a native Object Pascal library that is based on the well known open source Barcode Library: ZXing (Zebra Crossing). Jan 12, 2017 · //qr code scanner object private IntentIntegrator qrScan; put this line in onCreate() method. Oct 20, 2017 · I don't want to use any 3-party libraries. I believe intentionally since the signature requires the activity as input. ZXing Android Embedded is available on bintray – So this tutorial is based on integrating the ZXing Android Embedded library in our QR Code Scanner app. Also, intent example uses zxing barcode scanner apk. setPrompt Dec 1, 2011 · I am trying to Integrate ZXing QR Code into my android app without installing BarCode Scanner app, I have followed the steps as: 1) Firstly I have downloaded ZXing. ZXing or “Zebra Crossing” is an open source multi-format 1D/2D barcode image processing library that’s been implemented in Java, and also comes with ports to other languages. 111 being the height, and 222 being the width. IntentIntegrator integrator = new IntentIntegrator(activity); integrator. Mar 23, 2013 · I am working with such a great library zxing to read QR code. Nov 24, 2018 · I am trying to read barcode with the help if ZXing library for android. Aug 8, 2024 · ZXing is an open-source project that provides a barcode image processing library. Feb 2, 2016 · ZXing barcode scanner for . It is a barcode image processing library implemented in Java, with ports to other languages. . initiateScan(); } Apr 4, 2017 · I am trying to develop a WindowsForm Application which will use webcamera to detect QRCode and decode the message. 2. zxing example to read QR code. This completes implementation of Android QR Code Scanner using ZXing library in fragment. Origin is: Generate QRCode Android Example Add in dependencies. Share. [2] Mar 21, 2024 · ZXing (“Zebra Crossing”) is the popular API for QR code processing in Java. Generate EAN Barcode Using ZXing. ZXScanner is a free QR code and barcode scanner app for Android and iOS. ZXing ("zebra crossing") is an open-source, multi-format 1D/2D barcode image processing library implemented in Java, with ports to other languages. 99 but is now free-to-use with in-app ads. May 30, 2015 · I need to integrate Zxing with vuforia to make a QR code scanning app in Unity? I have no idea how to integrate Zxing with Vuforia in unity. Jan 31, 2024 · Download ZXing for free. client. app. 2. ZXing. You can create a custom class that defines all of the camera preview behaviour, including removing the red line, making it square, adding custom logos, scan QR codes. Suvam Roy Suvam Roy Android client Barcode Scanner : android-integration: Supports integration with Barcode Scanner via Intent: android-core: Android-related code shared among android, other Android apps: zxingorg: The source behind zxing. cs, see below Jan 9, 2015 · Easiest way to integrate ZXing for barcode or Qr scanning. Sep 18, 2013 · Maven dependency for the ZXing QR Code library: QR code scanner. I expect that there is a way to connect camera source and barcode detector on zxing library. My code looks like this: &lt;zxing-scanner *ngIf=&quot;!showHelp&q Feb 27, 2013 · Unlike in the original scanner (ZXing Scanner) it decodes fast. org: zxing. Removed Google Glass, ZXing Test apps; Barcode Scanner 4. Implementing a barcode scanner in Angular 4. I also tried this tutorial for implementation but did not get helped. It currently supports the following formats: UPC-A and UPC-E EAN-8 and EAN-13 Code 39 Code 93 Code 128 ITF Codabar RSS-14 (all variants) RSS Dec 4, 2020 · I need that my scanner is full height. On a 400x400 image, there is about a 52 pixel wide border around the code. ZXing: A detailed comparison. Load 7 more related questions Show fewer related questions If you're using ZXing as a library and can't modify the source code. Follow answered Mar 24, 2012 at 11:19. NET MAUI-specific implementation that leverages ZXing for barcode scanning, providing a cross-platform solution. NET. Start using @zxing/ngx-scanner in your project by running `npm i @zxing/ngx-scanner`. Mar 7, 2016 · Barcode scanning is a common functionality in many mobile applications. The way this was designed means you shouldn't need a react to use it :D. TL;DR. For this I am using AForge. See @zxing-js/text-encoding for special character support in barcodes. Nov 4, 2011 · How to portrait QR code scanner using Zxing Library? Related. 3 APK Download by ZXing Team - APKMirror Free and safe Android APK downloads Apr 13, 2012 · I'm using com. setPrompt("Scan a barcode"); integrator. //intializing scan object qrScan = new IntentIntegrator(this); Now call this method where you want on Button @Override public void onClick(View view) { //initiating the qr code scan qrScan. We will see how to implement android QR Code Scanner Using ZXing library in Kotlin. To do this, the barcode image / history CSV file must first be written to device storage, which is why the permission is needed. Sep 27, 2012 · I haven't used this version Zxing, the one I used was at least 2 years ago but the process is the same. There are 5 other projects in the npm registry using react-zxing. scan_button. ZXing. First of all, I read through all those topics how to use Zxing in Java but always got errors with missing com. 3. Mar 22, 2021 · A highly-popular QR code and barcode scanning app on Android, Free QR Barcode Scanner: QR Scanner/QR Code Reader was once priced at $4. The application Barcode Scanner is an Android app, from the open-source project ZXing (short for Zebra Crossing), that allows an Android device with imaging hardware (a built-in camera) to scan barcodes or 2D barcodes and retrieve the data encoded. Unable to decode QRCodes. Android users may download the Barcode Scanner or Barcode Scanner+ application to access the same decoding as a mobile application. Try ZXScanner # To learn more or contribute, visit the ZXScanner repository. QR code scanner online. cs , see below // Add the using to the top using ZXing . zip file and extract it 2)open Bạn đã quá quen thuộc với việc sử dụng QR Code trong đời sống. ZXing Android Embedded is a standalone library that facilitates barcode scanning within Android applications. ZXing provides decent performance for basic barcode scanning tasks but sometimes struggles with more challenging scenarios. Below is the snippet of my code: Jun 26, 2021 · this makes sure the scanner is only active while it is in the foreground and unbourdens our device. Fully open-source and customizable. How to encode ZXING barcode to image. Dec 5, 2013 · If you are calling this from another android app, use intent extras SCAN_WIDTH and SCAN_HEIGHT for this. journeyapps:zxing-android-embedded:3. 7 thousand times. The following code is an example of creating a QR code image. Jul 4, 2024 · 2. tut; import com. ZXing QR Code/Barcode scanning. Delphi ZXing Barcode Scanning Library for Delphi XE 7 to 12 Athens. 初めに1年ぶりにZXing. There are 283 other projects in the npm registry using @zxing/library. github. 4. It helps you scan QR from an image, picture, screenshot, or webcam. zxing:core:3. – Mar 29, 2019 · ZXing QR code scanner embedded pressing back button during scan issue. Contribute to densen2014/ZXingBlazor development by creating an account on GitHub. Start using react-zxing in your project by running `npm i react-zxing`. The ZXing Project exists to provide an open source barcode scanner for a range of devices. The project is a port of the java based barcode reader and generator library ZXing. I am able to open the camera and scan the QR code but not getting response. This example shows how to scan a QR code with ZXing javascript library from the device video camera. A library which supports decoding and generating of barcodes (like QR Code, PDF 417, EAN, UPC, Aztec, Data Matrix, Codabar) within images. I already got QR code successfully. 1. QRCode Scanner in Android Studio. It is built using Flutter and the flutter_zxing plugin. 8. NET MAUI application Make sure to initialize the plugin first in your MauiProgram. Decode a 1D or 2D barcode from an image on the web. 👀 This site features a QR Code Generator, which allows you to create a two-dimensional barcode that can be scanned with a camera phone. ML Kit gives mobile developers access to some of Google’s machine-learning models. 7. ZXing is a popular open-source barcode scanning library. NET MAUI is a powerful platform for building cross-platform mobile applications, and with the right tools and resources, it's easy to add barcode scanning functionality to your app. google. In this tutorial, we will study about one of the popular android library for QR Code scanner in android application. setOrientationLocked(false); // Replace with your own java class Apr 4, 2021 · I'm trying to integrate the Zxing qr code scanner with my android webview app. ZXing library is a . Sep 19, 2019 · Android Barcode scanner using Zxing. Steps to Implement Camera. I want to create Custom View in Android for ZXing Scanner where the camera is in portrait mode, custom camera view dimension. Supported Formats See Projects and Milestones for what is currently done and what's planned next. NET Mobile (Zebra crossing) is an open source library that makes scanning barcodes as effortless and painless as possible in your Xamarin and […] Sep 17, 2015 · I develope ZXing barcode continuous scanner following this page on Android Studio. Decode QR code image using zxing library in Android. Now, My application runs in landscape mode and camera takes the whole screen and red QR detection rectangle box is in the middle. Add in dependencies. os. Make sure to initialize the plugin first in your MauiProgram. Latest version: 2. I have gone through the following links. Further, the performance of Zxing compared to other barcode scanners feels subpar. Result; import me. As a bonus, this makes this output available for retrieval from your SD card directly. TypeScript port of ZXing multi-format 1D/2D barcode image processing library. ZXing: Install Camera. I successfully imported a zxing project and deployed it. NOTE: The resolution of the camera feed is the same as the size of the canvas. When your app/user is ready to scan again you just call setResultHandler() with startCamera() and resumeCameraPreview() . Jun 4, 2015 · As the title suggests, I am trying to decode QR codes on an Android device using ZXing's Barcode Scanner app. gradle had include: repositories { mavenCentral() maven { url "https://raw. - emeryao/zxing-js-ngx-scanner. QR_CODE_TYPES); integrator. MAUI. Netを使ってQRコードを読み取るプログラムを組んでいたのですが、過去コードがコピペできず仕様変更があったので最新でのQRコードの読み取り方法を自分メモも担いで書き記し… Zxing library has several other useful features that you can use. I am using the QRCodeMultiReader to decode the image. 4. Dec 16, 2024 · Disadvantages of using the ZXing barcode scanner library. We will see how to use ZXing library in activity, how to use ZXing library in fragment etc. Improve this answer. To learn more or contribute, visit the ZXScanner repository Feb 3, 2014 · ZXing supports many barcode formats: UPC_A, UPC_E, EAN_8, EAN_13, CODE_39, CODE_93, CODE_128, and more. jar in eclipse and all other May 16, 2016 · Step 2: in the OnCreateView, let a button be clicked to initiate the scan of the qr code. The ZXing project provides a standalone barcode reader application which — via Android's intent mechanism — can be called by other applications who wish to integrate barcode scanning. Also, don’t forget to explore Zxing online QR code generator and decoder applications - Zxing Online QR Code Generator. How to implement zooming feature with zxing barcode reading application? Zxing scanner Camera zoom and some others. Because it will be used also in other devices like tablet, laptop or phones in a webpage. May 29, 2020 · A ntes de mais nada, existem outras bibliotecas destinadas a leitura de barcode e qrcode, mas optei pela Zxing, pois ela é bem utilizada na comunidade e está em constante atualização ZXing ("Zebra Crossing") barcode scanning library for Java, Android - Releases · zxing/zxing. 1' Here is the method to convert string into QR Image So to overcome this dependency JourneyApps has come up with ZXing Android Embedded which is loosely based on the ZXing Android Barcode Scanner application but an with the official ZXing project. Bundle; import android. Checkout Zxing Github page for any help with the library. ZXing Jan 27, 2012 · Download google zxing barcode scanner source code and then try it. java class and write this code inside onclick listener:. I am able to scan the barcode from my app from the fragment, but the scan result is returned to the activity. You have to "rotate" the image data, and account for the orientation of the device, its default orientation, and its sensor's orientation. * (I loaded the zxing core-3. I wanna change this to portrait mode & replace the camera view only with the red QR detection rectangle box. zxing Oct 10, 2019 · Zxing Qr code scanner does not working on all Devices. 0. Net and get a base64 string. The simplest way to use ZXing is with the android-integration they provide, it's also the way they want people to use it. Please help me with this. NET and trying to get the best speed for decoding QR Barcodes (I have a lot to do -- 1. NET MAUI application. My code is here package eg. 0. support. It contains several ready-to-use APIs for purposes such as translation, handwriting recognition, or face detection – and barcode scanning. Android library projects that provides easy to use and extensible Barcode Scanner views based on ZXing and ZBar. Customise QR Code Scanner Using ZXing Library. If more than one video input devices are available (for example front and back camera) the example shows how to read them and use a select to change the input device. Apr 19, 2012 · I'm a developer of Barcode Scanner. It Jan 30, 2015 · ZXing library can help here. Latest version: 0. While in my case, I have to make sure there is enough light and the image is not blurred to decode it. ZXing TypeScript Examples ZXing ("zebra crossing") TypeScript is an open-source, multi-format 1D/2D barcode image processing library ported to TypeScript from Java. Controls NuGet package on your . In fragment, how to stop camera of Barcode Scanner 4. Only zoom feature i am not able to add. The scanner worked without any issues. Zxing Online QR QR code Reader Exception for Zxing. There are 15 other projects in the npm registry using @zxing/ngx-scanner. If you don’t have a mobile app to test it, don’t worry. My app can successfully read QR codes at this point but the problem is I have to hold the camera at a certain distance/angle (not fixed btw) every Aug 3, 2022 · Here is the QR Code image file created by this program. ResultHandler dimana, callback ini berfungsi untuk menerima deteksi otomatis dari hasil scanner si ZXing. Use on mobile and desktop online without any app. android. Fast and reliable QR code and barcode scanning. Can someone guide me how to do this?I have Zxing . util. Net. 0, last published: a month ago. Jun 21, 2018 · Untuk menambahkan fungsi scanner pada ZXing Anda harus menggunakan ZXingScannerView. How to read QR code using iPad camera on website? 16. If you happen to be using phonegap-plugin-barcodescanner (3. This will also overcome another complication: that ISO-8859-1 was not the default encoding in earlier QR code standard published in 2000 (ISO/IEC 18004:2000). See @zxing-js/library for the complete API including decoding classes and use outside of the browser. In this tutorial, we’ll show you how to use ZXing Android Embedded to integrate a barcode scanner into your Android app using Kotlin and Android Studio. Start using @zxing/library in your project by running `npm i @zxing/library`. 9. Modified 8 years, 11 months ago. May 27, 2020 · How to Scan QR code using webcam and php or javascript. ZXing Library will decode QR code but not barcode. Till now, whatever we have discussed is default features provided by ZXing library. A simple React Component using the client's webcam to read barcodes and QR codes. So far, I have been able to figure Oct 6, 2013 · I am using the open source Java library called ‘zxing’ (Zebra Crossing) In java. Minor BREAKING CHANGE in 1. Oct 17, 2024 · How to Read QR Code using Zxing Library in Android? Zxing stands for Zebra Crossing, it is one of the most popular open-source API for integrating QR(Quick Response) Code processing. I'm making an app that makes use of a QR code scanner. Port to native Delphi object pascal, targeted at Firemonkey compatible devices (IOS/Android/Win/OSX) and VCL. compile 'me. Start using react-qr-barcode-scanner in your project by running `npm i react-qr-barcode-scanner`.
<p> </p>
</div>
<br>
</div>
<!-- end: Post single item-->
</div>
</div>
<div style="clear: both;"> </div>
<div class="row">
<!-- post content -->
<div class="content col-lg-12">
<!-- Blog -->
<hr><br>
</div>
</div>
</div>
</div>
</div>
<!-- end: Footer -->
</div>
<!-- end: Body Inner -->
<!--Template functions-->
<!-- Scroll top -->
<a id="scrollTop"><i class="icon-chevron-up1"></i><i class="icon-chevron-up1"></i></a><!--Plugins-->
</body>
</html>